1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-07 08:02:55 +03:00

tests: Migrated torture_knownhosts to cmockery.

This commit is contained in:
Andreas Schneider
2010-12-28 16:55:18 +01:00
parent 8bd29736d2
commit e6329c72d1
2 changed files with 62 additions and 52 deletions

View File

@@ -2,5 +2,5 @@ project(clienttests C)
add_cmockery_test(torture_algorithms torture_algorithms.c ${TORTURE_LIBRARY})
add_cmockery_test(torture_auth torture_auth.c ${TORTURE_LIBRARY})
#add_check_test(torture_knownhosts torture_knownhosts.c ${TORTURE_LIBRARY})
add_cmockery_test(torture_knownhosts torture_knownhosts.c ${TORTURE_LIBRARY})
#add_check_test(torture_proxycommand torture_proxycommand.c ${TORTURE_LIBRARY})