Skip to content

Commit

Permalink
Land #1105 - link err_test to build
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Oct 8, 2024
2 parents 81c3c38 + f5cc7b3 commit 82e9285
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 @@ -418,6 +418,11 @@ add_executable(ed25519test ed25519test.c)
target_link_libraries(ed25519test ${OPENSSL_TEST_LIBS})
add_platform_test(ed25519test ed25519test)

# err_test
add_executable(err_test err_test.c)
target_link_libraries(err_test ${OPENSSL_TEST_LIBS})
add_platform_test(err_test err_test)

# evp_ecx_test
add_executable(evp_ecx_test evp_ecx_test.c)
target_link_libraries(evp_ecx_test ${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 @@ -430,6 +430,11 @@ TESTS += ed25519test
check_PROGRAMS += ed25519test
ed25519test_SOURCES = ed25519test.c

# err_test
TESTS += err_test
check_PROGRAMS += err_test
err_test_SOURCES = err_test.c

# evp_ecx_test
TESTS += evp_ecx_test
check_PROGRAMS += evp_ecx_test
Expand Down

0 comments on commit 82e9285

Please sign in to comment.