aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cynapses.org>2010-06-03 16:55:45 +0200
committerAndreas Schneider <asn@cynapses.org>2010-06-03 16:55:45 +0200
commit11a1ae59f4954b4109cbf0d54b058157d8402886 (patch)
treea2eeb72ecc9d3951bee5fb536729c29e42da2690
parentcd1129b9b879066754797ec6522e58ac7f7f5fc5 (diff)
downloadlibssh-11a1ae59f4954b4109cbf0d54b058157d8402886.tar.gz
libssh-11a1ae59f4954b4109cbf0d54b058157d8402886.tar.xz
libssh-11a1ae59f4954b4109cbf0d54b058157d8402886.zip
tests: Moved proxycommand test to client tests.
-rw-r--r--tests/client/CMakeLists.txt1
-rw-r--r--tests/client/torture_proxycommand.c (renamed from tests/unittests/torture_proxycommand.c)0
-rw-r--r--tests/unittests/CMakeLists.txt1
3 files changed, 1 insertions, 1 deletions
diff --git a/tests/client/CMakeLists.txt b/tests/client/CMakeLists.txt
index b92f08e..1163386 100644
--- a/tests/client/CMakeLists.txt
+++ b/tests/client/CMakeLists.txt
@@ -2,3 +2,4 @@ project(clienttests C)
add_check_test(torture_algorithms torture_algorithms.c ${TORTURE_LIBRARY})
add_check_test(torture_auth torture_auth.c ${TORTURE_LIBRARY})
+add_check_test(torture_proxycommand torture_proxycommand.c ${TORTURE_LIBRARY})
diff --git a/tests/unittests/torture_proxycommand.c b/tests/client/torture_proxycommand.c
index 3ee30a7..3ee30a7 100644
--- a/tests/unittests/torture_proxycommand.c
+++ b/tests/client/torture_proxycommand.c
diff --git a/tests/unittests/CMakeLists.txt b/tests/unittests/CMakeLists.txt
index 8eb7d29..c7f2238 100644
--- a/tests/unittests/CMakeLists.txt
+++ b/tests/unittests/CMakeLists.txt
@@ -6,4 +6,3 @@ add_check_test(torture_misc torture_misc.c ${TORTURE_LIBRARY})
add_check_test(torture_keyfiles torture_keyfiles.c ${TORTURE_LIBRARY})
add_check_test(torture_options torture_options.c ${TORTURE_LIBRARY})
add_check_test(torture_knownhosts torture_knownhosts.c ${TORTURE_LIBRARY})
-add_check_test(torture_proxycommand torture_proxycommand.c ${TORTURE_LIBRARY})