Enable regress handshake_table
This commit is contained in:
parent
1b2044f355
commit
4270e6716f
@ -225,6 +225,13 @@ add_executable(gost2814789t gost2814789t.c)
|
|||||||
target_link_libraries(gost2814789t ${OPENSSL_LIBS})
|
target_link_libraries(gost2814789t ${OPENSSL_LIBS})
|
||||||
add_test(gost2814789t gost2814789t)
|
add_test(gost2814789t gost2814789t)
|
||||||
|
|
||||||
|
# handshake_table
|
||||||
|
if(NOT BUILD_SHARED_LIBS AND NOT MSVC)
|
||||||
|
add_executable(handshake_table handshake_table.c)
|
||||||
|
target_link_libraries(handshake_table ${OPENSSL_LIBS})
|
||||||
|
add_test(handshake_table handshake_table)
|
||||||
|
endif()
|
||||||
|
|
||||||
# hkdf_test
|
# hkdf_test
|
||||||
add_executable(hkdf_test hkdf_test.c)
|
add_executable(hkdf_test hkdf_test.c)
|
||||||
target_link_libraries(hkdf_test ${OPENSSL_LIBS})
|
target_link_libraries(hkdf_test ${OPENSSL_LIBS})
|
||||||
|
@ -228,7 +228,8 @@ check_PROGRAMS += gost2814789t
|
|||||||
gost2814789t_SOURCES = gost2814789t.c
|
gost2814789t_SOURCES = gost2814789t.c
|
||||||
|
|
||||||
# handshake_table
|
# handshake_table
|
||||||
noinst_PROGRAMS = handshake_table
|
TESTS += handshake_table
|
||||||
|
check_PROGRAMS += handshake_table
|
||||||
handshake_table_SOURCES = handshake_table.c
|
handshake_table_SOURCES = handshake_table.c
|
||||||
|
|
||||||
# hkdf_test
|
# hkdf_test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user