mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
tests: Remove unused variable
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Pavol Žáčik <pzacik@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -17,10 +17,6 @@ if (WITH_COVERAGE)
|
|||||||
append_coverage_compiler_flags_to_target(testserver)
|
append_coverage_compiler_flags_to_target(testserver)
|
||||||
endif (WITH_COVERAGE)
|
endif (WITH_COVERAGE)
|
||||||
|
|
||||||
set(LIBSSH_SERVER_TESTS
|
|
||||||
# torture_server_kbdint
|
|
||||||
)
|
|
||||||
|
|
||||||
include_directories(${libssh_SOURCE_DIR}/include
|
include_directories(${libssh_SOURCE_DIR}/include
|
||||||
${libssh_BINARY_DIR}/include
|
${libssh_BINARY_DIR}/include
|
||||||
${libssh_BINARY_DIR})
|
${libssh_BINARY_DIR})
|
||||||
|
|||||||
Reference in New Issue
Block a user