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

@@ -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})