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

@@ -17,3 +17,6 @@ target_link_libraries(${TORTURE_LIBRARY} ${CHECK_LIBRARIES} ${LIBSSH_STATIC_LIBR
set(TEST_TARGET_LIBRARIES ${SUPPORT_LIBRARY} ${LIBSSH_LINK_LIBRARIES})
add_subdirectory(unittests)
if (WITH_CLIENT_TESTING)
add_subdirectory(client)
endif (WITH_CLIENT_TESTING)