mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
tests(pki): add security key testing helper functions to torture library
Signed-off-by: Praneeth Sarode <praneethsarode@gmail.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
@@ -37,6 +37,7 @@ add_library(${TORTURE_LIBRARY}
|
||||
torture.c
|
||||
torture_key.c
|
||||
torture_pki.c
|
||||
torture_sk.c
|
||||
torture_cmocka.c)
|
||||
target_link_libraries(${TORTURE_LIBRARY} PRIVATE ${TORTURE_LINK_LIBRARIES})
|
||||
target_compile_options(${TORTURE_LIBRARY} PRIVATE
|
||||
@@ -77,6 +78,7 @@ if (CLIENT_TESTING)
|
||||
torture.c
|
||||
torture_key.c
|
||||
torture_pki.c
|
||||
torture_sk.c
|
||||
torture_cmocka.c
|
||||
)
|
||||
target_link_libraries(${TORTURE_SHARED_LIBRARY} PUBLIC
|
||||
|
||||
Reference in New Issue
Block a user