tests: Add a test for ssh_channel().

This commit is contained in:
Andreas Schneider
2013-10-31 12:44:48 +01:00
parent ffc33ca28c
commit b00a6e3885
2 changed files with 50 additions and 0 deletions

View File

@@ -13,4 +13,6 @@ if (UNIX AND NOT WIN32)
add_cmocka_test(torture_pki torture_pki.c ${TORTURE_LIBRARY})
# requires pthread
add_cmocka_test(torture_rand torture_rand.c ${TORTURE_LIBRARY})
# requires /dev/null
add_cmocka_test(torture_channel torture_channel.c ${TORTURE_LIBRARY})
endif (UNIX AND NOT WIN32)