tests: Migrated torture_proxycommand to cmockery.

This commit is contained in:
Andreas Schneider
2010-12-28 16:59:07 +01:00
parent e6329c72d1
commit df55918a41
2 changed files with 23 additions and 27 deletions

View File

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