mirror of
https://github.com/libressl/portable.git
synced 2026-01-17 21:51:17 +01:00
hook x509_name_test to build
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -144,6 +144,7 @@ tests/x509_algor*
|
||||
tests/x509_asn1*
|
||||
tests/x509_extensions_test*
|
||||
tests/x509_info*
|
||||
tests/x509_name_test*
|
||||
tests/x509attribute*
|
||||
tests/x509name*
|
||||
tests/x509req_ext*
|
||||
|
||||
@@ -931,6 +931,11 @@ add_executable(x509_info x509_info.c)
|
||||
target_link_libraries(x509_info ${OPENSSL_TEST_LIBS})
|
||||
add_platform_test(x509_info x509_info)
|
||||
|
||||
# x509_name_test
|
||||
add_executable(x509_name_test x509_name_test.c)
|
||||
target_link_libraries(x509_name_test ${OPENSSL_TEST_LIBS})
|
||||
add_platform_test(x509_name_test x509_name_test)
|
||||
|
||||
# x509name
|
||||
add_executable(x509name x509name.c)
|
||||
target_link_libraries(x509name ${OPENSSL_TEST_LIBS})
|
||||
|
||||
@@ -910,6 +910,11 @@ TESTS += x509_info
|
||||
check_PROGRAMS += x509_info
|
||||
x509_info_SOURCES = x509_info.c
|
||||
|
||||
# x509_name_test
|
||||
TESTS += x509_name_test
|
||||
check_PROGRAMS += x509_name_test
|
||||
x509_name_test_SOURCES = x509_name_test.c
|
||||
|
||||
# x509name
|
||||
TESTS += x509name
|
||||
check_PROGRAMS += x509name
|
||||
|
||||
Reference in New Issue
Block a user