Skip to content

Commit

Permalink
Hook up exdata_test
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Dec 27, 2023
1 parent 5eeffce commit 63c5a67
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 @@ -374,6 +374,11 @@ add_executable(evp_test evp_test.c)
target_link_libraries(evp_test ${OPENSSL_TEST_LIBS})
add_test(evp_test evp_test)

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

# expirecallback.c

# explicit_bzero
Expand Down
5 changes: 5 additions & 0 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,11 @@ TESTS += evp_test
check_PROGRAMS += evp_test
evp_test_SOURCES = evp_test.c

# exdata_test
TESTS += exdata_test
check_PROGRAMS += exdata_test
exdata_test_SOURCES = exdata_test.c

# expirecallback.c

# explicit_bzero
Expand Down

0 comments on commit 63c5a67

Please sign in to comment.