diff options
author | Yu A Wang <yu.a.wang@intel.com> | 2011-10-09 22:29:23 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-10-10 18:31:15 +0200 |
commit | afd19a636ef3041b7f1ad128b4a017e0fe3f00ac (patch) | |
tree | f35b2646cf9439f09ad5c05420c5f34be9a931a1 /Makefile.am | |
parent | b4123004a5b6a47c196095ed16e07f638ad0a9bc (diff) | |
download | connman-afd19a636ef3041b7f1ad128b4a017e0fe3f00ac.tar.gz connman-afd19a636ef3041b7f1ad128b4a017e0fe3f00ac.tar.bz2 connman-afd19a636ef3041b7f1ad128b4a017e0fe3f00ac.zip |
Makefile: Add missed test files to test_scripts
Fixes BMC#23418
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8cce6844..145ccb66 100644 --- a/Makefile.am +++ b/Makefile.am @@ -198,7 +198,10 @@ test_scripts = test/get-state test/list-profiles test/list-services \ test/set-nameservers test/set-domains test/find-service \ test/get-services test/get-proxy-autoconfig test/set-proxy \ test/enable-tethering test/disable-tethering test/backtrace \ - test/test-session test/provision-service + test/test-session test/provision-service test/test-supplicant \ + test/test-new-supplicant test/service-move-before \ + test/set-global-timeservers test/get-global-timeservers \ + test/test-clock if TEST testdir = $(pkglibdir)/test |