diff options
| author | Joshua Sing <joshua@joshuasing.dev> | 2024-03-29 18:37:03 +1100 |
|---|---|---|
| committer | Joshua Sing <joshua@joshuasing.dev> | 2024-03-29 23:02:01 +1100 |
| commit | e982ab4133921ebd263f8a4cadb3d28dca1526aa (patch) | |
| tree | a6c7c048027c1c3bde36a693f323990d964369fb /tests | |
| parent | 70d384d5371c95ff84c79fa7cb6fa31a744dd9b3 (diff) | |
| download | portable-e982ab4133921ebd263f8a4cadb3d28dca1526aa.tar.gz portable-e982ab4133921ebd263f8a4cadb3d28dca1526aa.tar.bz2 portable-e982ab4133921ebd263f8a4cadb3d28dca1526aa.zip | |
Add whirlpool test
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/CMakeLists.txt | 5 | ||||
| -rw-r--r-- | tests/Makefile.am | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 9038ab4..f6bfcdd 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
| @@ -765,6 +765,11 @@ add_executable(verifytest verifytest.c) | |||
| 765 | target_link_libraries(verifytest ${LIBTLS_TEST_LIBS}) | 765 | target_link_libraries(verifytest ${LIBTLS_TEST_LIBS}) |
| 766 | add_test(verifytest verifytest) | 766 | add_test(verifytest verifytest) |
| 767 | 767 | ||
| 768 | # whirlpool_test | ||
| 769 | add_executable(whirlpool_test whirlpool_test.c) | ||
| 770 | target_link_libraries(whirlpool_test ${OPENSSL_TEST_LIBS}) | ||
| 771 | add_test(whirlpool_test whirlpool_test) | ||
| 772 | |||
| 768 | # x25519test | 773 | # x25519test |
| 769 | add_executable(x25519test x25519test.c) | 774 | add_executable(x25519test x25519test.c) |
| 770 | target_link_libraries(x25519test ${OPENSSL_TEST_LIBS}) | 775 | target_link_libraries(x25519test ${OPENSSL_TEST_LIBS}) |
diff --git a/tests/Makefile.am b/tests/Makefile.am index e4c0af6..9ff9980 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
| @@ -766,6 +766,11 @@ TESTS += verifytest | |||
| 766 | check_PROGRAMS += verifytest | 766 | check_PROGRAMS += verifytest |
| 767 | verifytest_SOURCES = verifytest.c | 767 | verifytest_SOURCES = verifytest.c |
| 768 | 768 | ||
| 769 | # whirlpool | ||
| 770 | TESTS += whirlpool_test | ||
| 771 | check_PROGRAMS += whirlpool_test | ||
| 772 | whirlpool_test_SOURCES = whirlpool_test.c | ||
| 773 | |||
| 769 | # x25519test | 774 | # x25519test |
| 770 | TESTS += x25519test | 775 | TESTS += x25519test |
| 771 | check_PROGRAMS += x25519test | 776 | check_PROGRAMS += x25519test |
