Skip to content

Commit 9a84dfc

Browse files
committed
add wolfcrypt_test() to unit_test(); remove call to HashTest() and delete
tests/hash.c (entire file duplicates code in wolfcrypt/test/test.c, originally ctaocrypt/test/test.c).
1 parent 2de3d46 commit 9a84dfc

5 files changed

Lines changed: 40 additions & 1060 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2538,7 +2538,6 @@ if(WOLFSSL_EXAMPLES)
25382538
tests/api/test_dtls.c
25392539
tests/api/test_ocsp.c
25402540
tests/api/test_evp.c
2541-
tests/hash.c
25422541
tests/srp.c
25432542
tests/suites.c
25442543
tests/w64wrapper.c
@@ -2547,7 +2546,8 @@ if(WOLFSSL_EXAMPLES)
25472546
tests/utils.c
25482547
testsuite/utils.c
25492548
examples/server/server.c
2550-
examples/client/client.c)
2549+
examples/client/client.c
2550+
wolfcrypt/test/test.c)
25512551
target_include_directories(unit_test PRIVATE
25522552
${CMAKE_CURRENT_BINARY_DIR})
25532553
target_compile_options(unit_test PUBLIC "-DNO_MAIN_DRIVER")

0 commit comments

Comments
 (0)