diff options
author | Tomasz Bursztyka <tomasz.bursztyka@nokia.com> | 2010-10-11 10:09:16 +0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-10-11 14:35:00 +0200 |
commit | c1a99a30b982c3fbbc0483ffb36f167a82324deb (patch) | |
tree | 6c7155574729555119e71679382630c0b4d5c690 /Makefile.am | |
parent | 8661f92deddc16c69b5e9f4fcebf98e66f64f771 (diff) | |
download | connman-c1a99a30b982c3fbbc0483ffb36f167a82324deb.tar.gz connman-c1a99a30b982c3fbbc0483ffb36f167a82324deb.tar.bz2 connman-c1a99a30b982c3fbbc0483ffb36f167a82324deb.zip |
Added a test tool for proxy configuration (set-proxy)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4e6ecf1e..04189d76 100644 --- a/Makefile.am +++ b/Makefile.am @@ -183,7 +183,7 @@ test_scripts = test/get-state test/list-profiles test/list-services \ test/connect-vpn test/disconnect-vpn test/list-providers \ test/monitor-manager test/test-counter test/set-ip-method \ test/set-nameservers test/set-domains test/find-service \ - test/get-services test/get-proxy-autoconfig \ + test/get-services test/get-proxy-autoconfig test/set-proxy \ test/enable-tethering test/disable-tethering test/backtrace if TEST |