Skip to content

Commit

Permalink
Retire the engine test
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Dec 26, 2023
1 parent 81fd7aa commit 5eeffce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -349,11 +349,6 @@ add_executable(ed25519test ed25519test.c)
target_link_libraries(ed25519test ${OPENSSL_TEST_LIBS})
add_test(ed25519test ed25519test)

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

# 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: 0 additions & 5 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -366,11 +366,6 @@ TESTS += ed25519test
check_PROGRAMS += ed25519test
ed25519test_SOURCES = ed25519test.c

# enginetest
TESTS += enginetest
check_PROGRAMS += enginetest
enginetest_SOURCES = enginetest.c

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

0 comments on commit 5eeffce

Please sign in to comment.