cleaned up old lines

This commit is contained in:
jakeg00dwin 2024-03-15 14:21:48 -07:00
parent 73583fd725
commit 226f3053ad
4 changed files with 2 additions and 18 deletions

View File

@ -57,7 +57,6 @@ if (UNIT_TESTING)
)
link_directories(${CPPUTEST_LIBRARIES})
# message(STATUS "CPPUTEST_DIR: ${CPPUTEST_DIR}")
add_subdirectory(tests)
endif()

View File

@ -1,5 +1,7 @@
#include "CppUTest/CommandLineTestRunner.h"
//ImportTestGroups
IMPORT_TEST_GROUP(simple_test);
//START: main

View File

@ -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.

View File

@ -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.