mirror of https://github.com/wolfSSL/wolfssl.git
Fix: Update test file paths in CMakeLists.txt
Co-Authored-By: kaleb@wolfssl.com <kaleb@wolfssl.com>devin/1739818351-optimize-test-suite-fix
parent
a98ef2c20d
commit
e381b342bb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue