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