Add regress rfc3779
This commit is contained in:
@@ -396,6 +396,12 @@ add_executable(record_layer_test record_layer_test.c)
|
||||
target_link_libraries(record_layer_test ${OPENSSL_TEST_LIBS})
|
||||
add_test(record_layer_test record_layer_test)
|
||||
|
||||
# rfc3779
|
||||
add_executable(rfc3779 rfc3779.c)
|
||||
set_source_files_properties(rfc3779.c PROPERTIES COMPILE_FLAGS -D__unused=)
|
||||
target_link_libraries(rfc3779 ${OPENSSL_TEST_LIBS})
|
||||
add_test(rfc3779 rfc3779)
|
||||
|
||||
# rfc5280time
|
||||
add_executable(rfc5280time rfc5280time.c)
|
||||
target_link_libraries(rfc5280time ${OPENSSL_TEST_LIBS})
|
||||
|
@@ -403,6 +403,12 @@ TESTS += record_layer_test
|
||||
check_PROGRAMS += record_layer_test
|
||||
record_layer_test_SOURCES = record_layer_test.c
|
||||
|
||||
# rfc3779
|
||||
TESTS += rfc3779
|
||||
rfc3779_CPPFLAGS = $(AM_CPPFLAGS) -D__unused=
|
||||
check_PROGRAMS += rfc3779
|
||||
rfc3779_SOURCES = rfc3779.c
|
||||
|
||||
# rfc5280time
|
||||
check_PROGRAMS += rfc5280time
|
||||
rfc5280time_SOURCES = rfc5280time.c
|
||||
|
Reference in New Issue
Block a user