aboutsummaryrefslogtreecommitdiff
path: root/DefineOptions.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-09-04 14:22:40 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-09-17 10:48:49 +0200
commitaaca395bd362d4852cc04c74e61e2f9a782bd2dc (patch)
tree2fce4fbbd2e6c8806381cb7c217e5d1a41e98559 /DefineOptions.cmake
parent0762057eb97e61bebd138f94cef5c03e213abfe2 (diff)
downloadlibssh-aaca395bd362d4852cc04c74e61e2f9a782bd2dc.tar.gz
libssh-aaca395bd362d4852cc04c74e61e2f9a782bd2dc.tar.xz
libssh-aaca395bd362d4852cc04c74e61e2f9a782bd2dc.zip
tests: Add a sftp benchmark test for write/read
The tests writes and reads a file of 128M. Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'DefineOptions.cmake')
-rw-r--r--DefineOptions.cmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/DefineOptions.cmake b/DefineOptions.cmake
index 0834acd9..76b62a40 100644
--- a/DefineOptions.cmake
+++ b/DefineOptions.cmake
@@ -27,9 +27,10 @@ else (WITH_ZLIB)
set(WITH_LIBZ OFF)
endif (WITH_ZLIB)
-if(WITH_BENCHMARKS)
+if (WITH_BENCHMARKS)
set(UNIT_TESTING ON)
-endif(WITH_BENCHMARKS)
+ set(CLIENT_TESTING ON)
+endif()
if (WITH_STATIC_LIB)
set(BUILD_STATIC_LIB ON)