aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-06-29 10:31:09 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-06-29 10:32:07 +0200
commit946f8f64ef47e0557a2322dd8a2db55d922b528a (patch)
treeb6596cc51633769b95dc4b6608f519d3c8fb1688 /tests
parent84ac7d1de0d5b0065ccea664b0d579c2b14d2f17 (diff)
downloadlibssh-946f8f64ef47e0557a2322dd8a2db55d922b528a.tar.gz
libssh-946f8f64ef47e0557a2322dd8a2db55d922b528a.tar.xz
libssh-946f8f64ef47e0557a2322dd8a2db55d922b528a.zip
cmake: Rename WITH_CLIENT_TESTING option to CLIENT_TESTING
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 4f933b5d..f0a809d6 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -51,7 +51,7 @@ set(TEST_TARGET_LIBRARIES
add_subdirectory(unittests)
-if (WITH_CLIENT_TESTING)
+if (CLIENT_TESTING)
find_package(socket_wrapper 1.1.5 REQUIRED)
find_package(nss_wrapper 1.1.2 REQUIRED)
find_package(uid_wrapper 1.2.0 REQUIRED)
@@ -129,7 +129,7 @@ if (WITH_CLIENT_TESTING)
message(STATUS "TORTURE_ENVIRONMENT=${TORTURE_ENVIRONMENT}")
add_subdirectory(client)
-endif (WITH_CLIENT_TESTING)
+endif (CLIENT_TESTING)
if (WITH_BENCHMARKS)
add_subdirectory(benchmarks)