diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-06-02 19:52:10 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-06-02 19:52:10 -0700 |
commit | e9a64b92bc04b46728bd43303f92c6e8367c4a95 (patch) | |
tree | 33f239b7e90f6eca79a995175e1823ec73d974c5 | |
parent | f90bf71e30d38cf5b418c7b6e40eeff454ce0647 (diff) | |
download | ofono-e9a64b92bc04b46728bd43303f92c6e8367c4a95.tar.bz2 |
Include offline-modem and online-modem test scripts
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 31c157c4..93a05ff3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -325,7 +325,9 @@ test_scripts = test/activate-context \ test/test-ss-control-cf \ test/test-ss-control-cs \ test/test-ussd \ - test/test-voicecall + test/test-voicecall \ + test/offline-modem \ + test/online-modem if TEST testdir = $(pkglibdir)/test |