mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 20:30:38 +09:00
tests: Moved torture_knownhosts to client tests.
This commit is contained in:
@@ -2,4 +2,5 @@ project(clienttests C)
|
||||
|
||||
#add_check_test(torture_algorithms torture_algorithms.c ${TORTURE_LIBRARY})
|
||||
#add_check_test(torture_auth torture_auth.c ${TORTURE_LIBRARY})
|
||||
#add_check_test(torture_knownhosts torture_knownhosts.c ${TORTURE_LIBRARY})
|
||||
#add_check_test(torture_proxycommand torture_proxycommand.c ${TORTURE_LIBRARY})
|
||||
|
||||
@@ -88,4 +88,3 @@ Suite *torture_make_suite(void) {
|
||||
torture_knownhosts_port, setup, teardown);
|
||||
return s;
|
||||
}
|
||||
|
||||
@@ -4,7 +4,6 @@ add_cmockery_test(torture_buffer torture_buffer.c ${TORTURE_LIBRARY})
|
||||
add_cmockery_test(torture_callbacks torture_callbacks.c ${TORTURE_LIBRARY})
|
||||
add_cmockery_test(torture_init torture_init.c ${TORTURE_LIBRARY})
|
||||
add_cmockery_test(torture_keyfiles torture_keyfiles.c ${TORTURE_LIBRARY})
|
||||
#add_check_test(torture_knownhosts torture_knownhosts.c ${TORTURE_LIBRARY})
|
||||
#add_check_test(torture_list torture_list.c ${TORTURE_LIBRARY})
|
||||
#add_check_test(torture_misc torture_misc.c ${TORTURE_LIBRARY})
|
||||
#add_check_test(torture_options torture_options.c ${TORTURE_LIBRARY})
|
||||
|
||||
Reference in New Issue
Block a user