From: Tony Espy <espy@canonical.com>
To: ofono@ofono.org
Subject: [PATCH 2/2 v3] build: add support for rilmodem-cs test
Date: Thu, 05 Nov 2015 15:38:12 -0500 [thread overview]
Message-ID: <1446755892-3370-2-git-send-email-espy@canonical.com> (raw)
In-Reply-To: <1446755892-3370-1-git-send-email-espy@canonical.com>
[-- Attachment #1: Type: text/plain, Size: 1128 bytes --]
---
Makefile.am | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 3ad1302..c4eda2a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -735,7 +735,8 @@ unit_objects =
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-sms unit/test-cdmasms \
+ unit/test-rilmodem-cs
noinst_PROGRAMS = $(unit_tests) \
unit/test-sms-root unit/test-mux unit/test-caif
@@ -787,6 +788,14 @@ unit_test_caif_SOURCES = unit/test-caif.c $(gatchat_sources) \
unit_test_caif_LDADD = @GLIB_LIBS@
unit_objects += $(unit_test_caif_OBJECTS)
+unit_test_rilmodem_cs_SOURCES = unit/test-rilmodem-cs.c $(gril_sources) \
+ src/log.c src/common.c src/util.c \
+ drivers/rilmodem/call-settings.c \
+ src/simutil.c gatchat/ringbuffer.c
+unit_test_rilmodem_cs_LDADD = gdbus/libgdbus-internal.la $(builtin_libadd) \
+ @GLIB_LIBS@ @DBUS_LIBS@ -ldl
+unit_objects += $(unit_test_rilmodem_cs_OBJECTS)
+
TESTS = $(unit_tests)
if TOOLS
--
2.1.4
next prev parent reply other threads:[~2015-11-05 20:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-05 20:38 [PATCH 1/2 v3] unit: add new test rilmodem-cs Tony Espy
2015-11-05 20:38 ` Tony Espy [this message]
2015-11-05 20:51 ` 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=1446755892-3370-2-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