mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 18:04:25 +09:00
New testcases for nonblocking ssh_connect and double ssh_connect
This commit is contained in:
@@ -2,6 +2,7 @@ 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_connect torture_connect.c ${TORTURE_LIBRARY})
|
||||
add_cmockery_test(torture_knownhosts torture_knownhosts.c ${TORTURE_LIBRARY})
|
||||
add_cmockery_test(torture_proxycommand torture_proxycommand.c ${TORTURE_LIBRARY})
|
||||
if (WITH_SFTP)
|
||||
|
||||
Reference in New Issue
Block a user