From fd2ef07f372819e4eccbd85b7a0388c9c41eb31d Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 8 Jan 2018 21:47:56 +0100 Subject: tests: Move helper functions to a common file Signed-off-by: Andreas Schneider --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/CMakeLists.txt') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 1d5c5ca5..06cabb29 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -30,7 +30,7 @@ if (LIBSSH_THREADS) endif (LIBSSH_THREADS) # create test library -add_library(${TORTURE_LIBRARY} STATIC cmdline.c torture.c) +add_library(${TORTURE_LIBRARY} STATIC cmdline.c torture.c torture_pki.c) target_link_libraries(${TORTURE_LIBRARY} ${TORTURE_LINK_LIBRARIES} ) -- cgit v1.2.3