more cmake tests
This commit is contained in:
parent
854f4f69af
commit
bcd3b2fde6
@ -5,7 +5,8 @@ include_directories(
|
||||
../crypto/modes
|
||||
../crypto/asn1
|
||||
../ssl
|
||||
../apps
|
||||
../apps/openssl
|
||||
../apps/openssl/compat
|
||||
)
|
||||
|
||||
set(ENV{srcdir} ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
@ -75,6 +76,11 @@ add_executable(cipherstest cipherstest.c)
|
||||
target_link_libraries(cipherstest ${OPENSSL_LIBS})
|
||||
add_test(cipherstest cipherstest)
|
||||
|
||||
# clienttest
|
||||
add_executable(clienttest clienttest.c)
|
||||
target_link_libraries(clienttest ${OPENSSL_LIBS})
|
||||
add_test(clienttest clienttest)
|
||||
|
||||
# cts128test
|
||||
add_executable(cts128test cts128test.c)
|
||||
target_link_libraries(cts128test ${OPENSSL_LIBS})
|
||||
@ -264,3 +270,8 @@ add_test(timingsafe timingsafe)
|
||||
add_executable(utf8test utf8test.c)
|
||||
target_link_libraries(utf8test ${OPENSSL_LIBS})
|
||||
add_test(utf8test utf8test)
|
||||
|
||||
# verifytest
|
||||
add_executable(verifytest verifytest.c)
|
||||
target_link_libraries(verifytest tls ${OPENSSL_LIBS})
|
||||
add_test(verifytest verifytest)
|
||||
|
Loading…
x
Reference in New Issue
Block a user