From 361e37dc66b374b432f8db29f3169ab00fd0cd03 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 28 Dec 2010 18:57:02 +0100 Subject: tests: Added a torture_sftp_static test. --- tests/client/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/client/CMakeLists.txt') diff --git a/tests/client/CMakeLists.txt b/tests/client/CMakeLists.txt index f8c2d98..d3bfc8f 100644 --- a/tests/client/CMakeLists.txt +++ b/tests/client/CMakeLists.txt @@ -4,3 +4,6 @@ add_cmockery_test(torture_algorithms torture_algorithms.c ${TORTURE_LIBRARY}) add_cmockery_test(torture_auth torture_auth.c ${TORTURE_LIBRARY}) add_cmockery_test(torture_knownhosts torture_knownhosts.c ${TORTURE_LIBRARY}) add_cmockery_test(torture_proxycommand torture_proxycommand.c ${TORTURE_LIBRARY}) +if (WITH_SFTP) + add_cmockery_test(torture_sftp_static torture_sftp_static.c ${TORTURE_LIBRARY}) +endif (WITH_SFTP) -- cgit v1.2.3