From 08a314e57e49aa059e8c79058526ca43e0bd6d2f Mon Sep 17 00:00:00 2001 From: Lealem Amedie Date: Fri, 28 Feb 2025 11:54:19 -0700 Subject: [PATCH] Add test src file to CMake build --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a9486c67..0f259d0d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2514,6 +2514,7 @@ if(WOLFSSL_EXAMPLES) tests/api/test_ascon.c tests/api/test_mlkem.c tests/api/test_ocsp.c + tests/api/test_evp.c tests/hash.c tests/srp.c tests/suites.c