mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09: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:
4
tests/client/CMakeLists.txt
Normal file
4
tests/client/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
project(clienttests C)
|
||||
|
||||
add_check_test(torture_algorithms torture_algorithms.c ${TORTURE_LIBRARY})
|
||||
add_check_test(torture_auth torture_auth.c ${TORTURE_LIBRARY})
|
||||
Reference in New Issue
Block a user