diff --git a/CMakeLists.txt b/CMakeLists.txt index 773922243..865d72992 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2500,17 +2500,17 @@ if(WOLFSSL_EXAMPLES) # Build unit tests add_executable(unit_test tests/api.c - tests/api/test_dtls.c - tests/api/test_md5.c - tests/api/test_sha.c - tests/api/test_sha256.c - tests/api/test_sha512.c - tests/api/test_sha3.c - tests/api/test_blake2.c - tests/api/test_sm3.c - tests/api/test_ripemd.c - tests/api/test_hash.c - tests/api/test_ascon.c + tests/api/misc/test_dtls.c + tests/api/hash/test_md5.c + tests/api/hash/test_sha.c + tests/api/hash/test_sha256.c + tests/api/hash/test_sha512.c + tests/api/hash/test_sha3.c + tests/api/hash/test_blake2.c + tests/api/hash/test_sm3.c + tests/api/hash/test_ripemd.c + tests/api/hash/test_hash.c + tests/api/misc/test_ascon.c tests/hash.c tests/srp.c tests/suites.c