diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2012-02-24 23:06:47 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-02-24 23:29:49 +0100 |
commit | 19e51ec8264ce0d32ffdee28f7194a55f85ee7f2 (patch) | |
tree | 56ad3a59422e55499fa90d1972415231b7ae7a56 /Makefile.am | |
parent | a1c458e02453dc5d542b8e3a46ae2b16f2fb7082 (diff) | |
download | connman-19e51ec8264ce0d32ffdee28f7194a55f85ee7f2.tar.gz connman-19e51ec8264ce0d32ffdee28f7194a55f85ee7f2.tar.bz2 connman-19e51ec8264ce0d32ffdee28f7194a55f85ee7f2.zip |
build: Remove find-service and connect-service from test_scripts
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index a6509f1b..2cd7d93d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -202,18 +202,17 @@ unit_objects += $(unit_nat_ippool_OBJECTS) endif test_scripts = test/get-state test/list-services \ - test/connect-service test/monitor-services test/set-address \ + test/monitor-services test/set-address test/test-clock \ test/simple-agent test/show-introspection test/test-compat \ test/test-manager test/test-connman test/monitor-connman \ test/connect-vpn test/disconnect-vpn test/monitor-manager \ test/test-counter test/set-ipv4-method test/set-ipv6-method \ - 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-supplicant \ test/test-new-supplicant test/service-move-before \ test/set-global-timeservers test/get-global-timeservers \ - test/test-clock + test/set-nameservers test/set-domains if TEST testdir = $(pkglibdir)/test |