Skip to content

Commit

Permalink
Switch to new rc2_test
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Sep 6, 2022
1 parent 5ecf1c6 commit a43a9b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -424,10 +424,10 @@ add_executable(randtest randtest.c)
target_link_libraries(randtest ${OPENSSL_TEST_LIBS})
add_test(randtest randtest)

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

# rc4_test
add_executable(rc4_test rc4_test.c)
Expand Down
8 changes: 4 additions & 4 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -431,10 +431,10 @@ TESTS += randtest
check_PROGRAMS += randtest
randtest_SOURCES = randtest.c

# rc2test
TESTS += rc2test
check_PROGRAMS += rc2test
rc2test_SOURCES = rc2test.c
# rc2_test
TESTS += rc2_test
check_PROGRAMS += rc2_test
rc2_test_SOURCES = rc2_test.c

# rc4_test
TESTS += rc4_test
Expand Down

0 comments on commit a43a9b5

Please sign in to comment.