From 20b7c8cb38e2958df99b9c61f91681b52bb8f736 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Fri, 15 Mar 2024 13:47:06 -0700 Subject: [PATCH] updated for tests --- tests/simple_test/CMakeLists.txt | 3 +-- tests/simple_test/simple_test.cpp | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/simple_test/CMakeLists.txt b/tests/simple_test/CMakeLists.txt index 228e537..02f1714 100644 --- a/tests/simple_test/CMakeLists.txt +++ b/tests/simple_test/CMakeLists.txt @@ -1,6 +1,6 @@ # TEST_RUNNER -add_executable(simple_test +add_library(simple_test simple_test.cpp ) @@ -8,7 +8,6 @@ target_link_libraries(simple_test ${CPPUTEST_LDFLAGS} ) - # TEST_DIRS # INCLUDE_DIRS diff --git a/tests/simple_test/simple_test.cpp b/tests/simple_test/simple_test.cpp index f6b4cc5..08320d9 100644 --- a/tests/simple_test/simple_test.cpp +++ b/tests/simple_test/simple_test.cpp @@ -1,4 +1,3 @@ -#include #include "CppUTest/TestHarness.h" /*