diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 17797ae8..171ad910 100644 --- a/Makefile.am +++ b/Makefile.am @@ -356,9 +356,11 @@ doc_files = doc/overview.txt doc/ofono-paper.txt \ test_scripts = test/backtrace \ - test/create-context \ + test/create-internet-context \ + test/create-mms-context \ test/activate-context \ test/deactivate-context \ + test/deactivate-all \ test/dial-number \ test/list-calls \ test/answer-calls \ @@ -370,7 +372,6 @@ test_scripts = test/backtrace \ test/hangup-all \ test/hangup-active \ test/set-roaming-allowed \ - test/set-context \ test/list-contexts \ test/list-modems \ test/list-operators \ @@ -409,8 +410,7 @@ test_scripts = test/backtrace \ test/unlock-pin \ test/enable-gprs \ test/disable-gprs \ - test/get-icon \ - test/deactivate-all + test/get-icon if TEST testdir = $(pkglibdir)/test |