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 similarity index 100% rename from test/disable-cdma-connman rename to test/cdma-connman-disable diff --git a/test/enable-cdma-connman b/test/cdma-connman-enable similarity index 100% rename from test/enable-cdma-connman rename to test/cdma-connman-enable