From ede34f132bae9c72d8092e8994496af71e1612a7 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Wed, 12 Feb 2025 09:32:39 +0100 Subject: [PATCH] fixup! Move dtls cid tests to tests/api/dtls.c --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index fcc5477a0..fbb76d4f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2500,6 +2500,7 @@ 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