1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-01 11:26:52 +03:00

tests: Move client tests to a seperate directory.

Tests which require a running sshd should go to tests/client.
This commit is contained in:
Andreas Schneider
2010-06-03 12:36:00 +02:00
parent 94ce1ea451
commit 5dd4f7604f
6 changed files with 8 additions and 3 deletions

View File

@ -9,7 +9,7 @@ option(WITH_GCRYPT "Compile against libgcrypt" OFF)
option(WITH_PCAP "Compile with Pcap generation support" ON)
option(WITH_INTERNAL_DOC "Compile doxygen internal documentation" OFF)
option(WITH_TESTING "Build with unit tests" OFF)
option(WITH_CLIENT_TESTING "Build with client tests; requires a running sshd" OFF)
if (WITH_TESTING)
set(WITH_STATIC_LIB ON)
endif (WITH_TESTING)