We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de3d46 commit 9a84dfcCopy full SHA for 9a84dfc
5 files changed
CMakeLists.txt
@@ -2538,7 +2538,6 @@ if(WOLFSSL_EXAMPLES)
2538
tests/api/test_dtls.c
2539
tests/api/test_ocsp.c
2540
tests/api/test_evp.c
2541
- tests/hash.c
2542
tests/srp.c
2543
tests/suites.c
2544
tests/w64wrapper.c
@@ -2547,7 +2546,8 @@ if(WOLFSSL_EXAMPLES)
2547
2546
tests/utils.c
2548
testsuite/utils.c
2549
examples/server/server.c
2550
- examples/client/client.c)
+ examples/client/client.c
+ wolfcrypt/test/test.c)
2551
target_include_directories(unit_test PRIVATE
2552
${CMAKE_CURRENT_BINARY_DIR})
2553
target_compile_options(unit_test PUBLIC "-DNO_MAIN_DRIVER")
0 commit comments