mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
tests: Migrate torture_session to cwrap test
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -2,7 +2,6 @@ project(clienttests C)
|
||||
|
||||
find_package(socket_wrapper)
|
||||
|
||||
add_cmocka_test(torture_session torture_session.c ${TORTURE_LIBRARY})
|
||||
add_cmocka_test(torture_request_env torture_request_env.c ${TORTURE_LIBRARY})
|
||||
if (WITH_SFTP)
|
||||
add_cmocka_test(torture_sftp_static torture_sftp_static.c ${TORTURE_LIBRARY})
|
||||
@@ -16,7 +15,8 @@ set(LIBSSH_CLIENT_TESTS
|
||||
torture_auth
|
||||
torture_forward
|
||||
torture_knownhosts
|
||||
torture_proxycommand)
|
||||
torture_proxycommand
|
||||
torture_session)
|
||||
|
||||
foreach(_CLI_TEST ${LIBSSH_CLIENT_TESTS})
|
||||
add_cmocka_test(${_CLI_TEST} ${_CLI_TEST}.c ${TORTURE_LIBRARY})
|
||||
|
||||
Reference in New Issue
Block a user