summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-09-02 03:35:09 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-09-02 03:35:09 -0700
commit57dce83f0f7d0707eff196d853f6b6284b9335f6 (patch)
treea9da8acc4bfc79bb3a07c25886fab5ffddb1e45e /Makefile.am
parent9deaa6e70f62aaa71e3b72f4c4967e30dac8d204 (diff)
downloadofono-57dce83f0f7d0707eff196d853f6b6284b9335f6.tar.bz2
Add two extra test programs for modem interface
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 264b3a70..aa106080 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -142,7 +142,8 @@ test_files = test/test-manager test/test-modem test/test-voicecall \
test/test-advice-of-charge test/test-call-settings \
test/test-call-forwarding test/test-call-barring \
test/test-ss-control-cb test/test-ss-control-cf \
- test/test-ss-control-cs
+ test/test-ss-control-cs \
+ test/list-modems test/enable-modem
EXTRA_DIST = src/genbuiltin src/ofono.conf $(doc_files) $(test_files)