2010-06-03 12:36:00 +02:00
|
|
|
project(clienttests C)
|
|
|
|
|
2010-12-28 16:25:49 +01:00
|
|
|
add_cmockery_test(torture_algorithms torture_algorithms.c ${TORTURE_LIBRARY})
|
2010-12-28 16:41:14 +01:00
|
|
|
add_cmockery_test(torture_auth torture_auth.c ${TORTURE_LIBRARY})
|
2011-01-13 18:09:04 +01:00
|
|
|
add_cmockery_test(torture_connect torture_connect.c ${TORTURE_LIBRARY})
|
2010-12-28 16:55:18 +01:00
|
|
|
add_cmockery_test(torture_knownhosts torture_knownhosts.c ${TORTURE_LIBRARY})
|
2010-12-28 16:59:07 +01:00
|
|
|
add_cmockery_test(torture_proxycommand torture_proxycommand.c ${TORTURE_LIBRARY})
|
2010-12-28 18:57:02 +01:00
|
|
|
if (WITH_SFTP)
|
|
|
|
add_cmockery_test(torture_sftp_static torture_sftp_static.c ${TORTURE_LIBRARY})
|
2011-02-06 15:33:17 +01:00
|
|
|
add_cmockery_test(torture_sftp_dir torture_sftp_dir.c ${TORTURE_LIBRARY})
|
2010-12-28 18:57:02 +01:00
|
|
|
endif (WITH_SFTP)
|