From 226f3053ad851553cc4b3d0b258689a3171ba07f Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Fri, 15 Mar 2024 14:21:48 -0700 Subject: [PATCH] cleaned up old lines --- CMakeLists.txt | 1 - tests/AllTests.cpp | 2 ++ tests/CMakeLists.txt | 9 --------- tests/simple_test/CMakeLists.txt | 8 -------- 4 files changed, 2 insertions(+), 18 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f7d6745..29662a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,7 +57,6 @@ if (UNIT_TESTING) ) link_directories(${CPPUTEST_LIBRARIES}) - # message(STATUS "CPPUTEST_DIR: ${CPPUTEST_DIR}") add_subdirectory(tests) endif() diff --git a/tests/AllTests.cpp b/tests/AllTests.cpp index 237ceb9..24024d0 100644 --- a/tests/AllTests.cpp +++ b/tests/AllTests.cpp @@ -1,5 +1,7 @@ #include "CppUTest/CommandLineTestRunner.h" + +//ImportTestGroups IMPORT_TEST_GROUP(simple_test); //START: main diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 260b46c..90e6f44 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -13,12 +13,3 @@ target_link_libraries(AllTests ${CPPUTEST_LIBRARIES}/libCppUTestExt.a simple_test ) - - -# INCLUDE_DIRS - - -# Build unit tests and link with other sources. - -# Run the tests once build finished. - diff --git a/tests/simple_test/CMakeLists.txt b/tests/simple_test/CMakeLists.txt index 2723f4a..65e6a41 100644 --- a/tests/simple_test/CMakeLists.txt +++ b/tests/simple_test/CMakeLists.txt @@ -9,11 +9,3 @@ target_link_libraries(simple_test ${CPPUTEST_LIBRARIES}/libCppUTestExt.a ) -# TEST_DIRS - -# INCLUDE_DIRS - -# Build unit tests and link with other sources. - -# Run the tests once build finished. -