From: Tony Espy <espy@canonical.com>
To: ofono@ofono.org
Subject: [PATCH 3/3] build: add support for new test-rilmodem-cb
Date: Tue, 15 Dec 2015 11:34:35 -0500 [thread overview]
Message-ID: <1450197275-5463-3-git-send-email-espy@canonical.com> (raw)
In-Reply-To: <1450197275-5463-1-git-send-email-espy@canonical.com>
[-- Attachment #1: Type: text/plain, Size: 1118 bytes --]
---
Makefile.am | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index b2904ba..5f5b64a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -737,7 +737,8 @@ unit_tests = unit/test-common unit/test-util unit/test-idmap \
unit/test-simutil unit/test-stkutil \
unit/test-sms unit/test-cdmasms \
unit/test-rilmodem-cs \
- unit/test-rilmodem-sms
+ unit/test-rilmodem-sms \
+ unit/test-rilmodem-cb
noinst_PROGRAMS = $(unit_tests) \
unit/test-sms-root unit/test-mux unit/test-caif
@@ -809,6 +810,13 @@ unit_test_rilmodem_sms_LDADD = gdbus/libgdbus-internal.la $(builtin_libadd) \
@GLIB_LIBS@ @DBUS_LIBS@ -ldl
unit_objects += $(unit_test_rilmodem_sms_OBJECTS)
+unit_test_rilmodem_cb_SOURCES = $(test_rilmodem_sources) \
+ unit/test-rilmodem-cb.c \
+ drivers/rilmodem/call-barring.c
+unit_test_rilmodem_cb_LDADD = gdbus/libgdbus-internal.la $(builtin_libadd) \
+ @GLIB_LIBS@ @DBUS_LIBS@ -ldl
+unit_objects += $(unit_test_rilmodem_cb_OBJECTS)
+
TESTS = $(unit_tests)
if TOOLS
--
2.1.4
next prev parent reply other threads:[~2015-12-15 16:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-15 16:34 [PATCH 1/3] unit: add new test-rilmodem-cb Tony Espy
2015-12-15 16:34 ` [PATCH 2/3] rilmodem: fix call_barring_query_cb Tony Espy
2015-12-15 16:34 ` Tony Espy [this message]
2015-12-15 18:23 ` [PATCH 1/3] unit: add new test-rilmodem-cb Denis Kenzior
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1450197275-5463-3-git-send-email-espy@canonical.com \
--to=espy@canonical.com \
--cc=ofono@ofono.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox