From 6ecbe2f48aca57f03771cf89fec3495e88bae6b8 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Fri, 26 Jul 2024 18:19:16 -0700 Subject: [PATCH] linking with the cpputest libs --- tests/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 72a2c69..0d80b58 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -44,5 +44,7 @@ add_executable(TriacTests ) target_link_libraries(TriacTests + ${CPPUTEST_LIBRARIES}/libCppUTest.a + ${CPPUTEST_LIBRARIES}/libCppUTestExt.a test_TriacOut )