diff options
author | Mohamed Abbas <mohamed.abbas@intel.com> | 2009-12-08 11:53:12 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-12-09 00:41:13 +0100 |
commit | 5357ba7ffc7236b1d38bf375eff84ad980323981 (patch) | |
tree | c9fbbf03e1f9ed5637e75a7574433db19931e3af /Makefile.am | |
parent | 27b121c316da5974d3f7f6beea3f414729ebb6d5 (diff) | |
download | connman-5357ba7ffc7236b1d38bf375eff84ad980323981.tar.gz connman-5357ba7ffc7236b1d38bf375eff84ad980323981.tar.bz2 connman-5357ba7ffc7236b1d38bf375eff84ad980323981.zip |
Add new test scripts to support VPN connections
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 59de0021..c0236b47 100644 --- a/Makefile.am +++ b/Makefile.am @@ -128,7 +128,8 @@ test_scripts = test/get-state test/list-profiles test/list-services \ test/set-passphrase test/set-address test/test-profile \ test/simple-agent test/show-introspection test/test-compat \ test/test-manager test/test-connman test/monitor-connman \ - test/debug-connman + test/debug-connman test/connect-vpn \ + test/disconnect-vpn test/list-providers if TEST testdir = $(pkglibdir)/test |