diff options
author | Denis Kenzior <denkenz@gmail.com> | 2011-03-17 14:18:56 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2011-03-17 14:18:56 -0500 |
commit | 73a99ed5cef47844d30e1d21ea50231ef286de04 (patch) | |
tree | b3909e0ba1fb064bb0e07cd080101ca0c8f62006 | |
parent | 41df140eb8d1ba427e11e8e3251aa7b68e32275d (diff) | |
download | ofono-73a99ed5cef47844d30e1d21ea50231ef286de04.tar.bz2 |
test: Rename cdma connman scripts and add to build
-rw-r--r-- | Makefile.am | 4 | ||||
-rwxr-xr-x | test/cdma-connman-disable (renamed from test/disable-cdma-connman) | 0 | ||||
-rwxr-xr-x | test/cdma-connman-enable (renamed from test/enable-cdma-connman) | 0 |
3 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a402036a..b0cbcd7d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -504,7 +504,9 @@ test_scripts = test/backtrace \ test/disable-call-forwarding \ test/list-messages \ test/test-sms \ - test/test-message-waiting + test/test-message-waiting \ + test/cdma-connman-disable \ + test/cdma-connman-enable if TEST testdir = $(pkglibdir)/test diff --git a/test/disable-cdma-connman b/test/cdma-connman-disable index a1c95685..a1c95685 100755 --- a/test/disable-cdma-connman +++ b/test/cdma-connman-disable diff --git a/test/enable-cdma-connman b/test/cdma-connman-enable index 699240d7..699240d7 100755 --- a/test/enable-cdma-connman +++ b/test/cdma-connman-enable |