1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-31 00:03:07 +03:00

tests: Rename torture_sftp_static to torture_sftp_ext

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2015-09-16 08:43:49 +02:00
parent 571f547556
commit 5bb9b570f4
2 changed files with 1 additions and 4 deletions

View File

@ -2,10 +2,6 @@ project(clienttests C)
find_package(socket_wrapper) find_package(socket_wrapper)
if (WITH_SFTP)
add_cmocka_test(torture_sftp_static torture_sftp_static.c ${TORTURE_LIBRARY})
endif (WITH_SFTP)
set(LIBSSH_CLIENT_TESTS set(LIBSSH_CLIENT_TESTS
torture_algorithms torture_algorithms
torture_connect torture_connect
@ -19,6 +15,7 @@ set(LIBSSH_CLIENT_TESTS
if (WITH_SFTP) if (WITH_SFTP)
set(LIBSSH_CLIENT_TESTS set(LIBSSH_CLIENT_TESTS
${LIBSSH_CLIENT_TESTS} ${LIBSSH_CLIENT_TESTS}
torture_sftp_ext
torture_sftp_dir torture_sftp_dir
torture_sftp_read) torture_sftp_read)
endif (WITH_SFTP) endif (WITH_SFTP)