Skip to content

Commit

Permalink
Link x509_algor test to build
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Oct 11, 2023
1 parent b112e37 commit 04fa997
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,11 @@ add_executable(x509attribute x509attribute.c)
target_link_libraries(x509attribute ${OPENSSL_TEST_LIBS})
add_test(x509attribute x509attribute)

# x509_algor
add_executable(x509_algor x509_algor.c)
target_link_libraries(x509_algor ${OPENSSL_TEST_LIBS})
add_test(x509_algor x509_algor)

# x509_asn1
add_executable(x509_asn1 x509_asn1.c)
target_link_libraries(x509_asn1 ${OPENSSL_TEST_LIBS})
Expand Down
5 changes: 5 additions & 0 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,11 @@ TESTS += x509attribute
check_PROGRAMS += x509attribute
x509attribute_SOURCES = x509attribute.c

# x509_algor
TESTS += x509_algor
check_PROGRAMS += x509_algor
x509_algor_SOURCES = x509_algor.c

# x509_asn1
TESTS += x509_asn1
check_PROGRAMS += x509_asn1
Expand Down

0 comments on commit 04fa997

Please sign in to comment.