From e381b342bbfdd19bc9962208b052f7be07951d37 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 18:58:24 +0000 Subject: [PATCH] Fix: Update test file paths in CMakeLists.txt Co-Authored-By: kaleb@wolfssl.com --- CMakeLists.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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