1
1

tests: Moved torture_knownhosts to client tests.

Этот коммит содержится в:
Andreas Schneider 2010-12-28 14:41:46 +01:00
родитель 2bc03d22a1
Коммит 99d45c686c
3 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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})