cleaned up old lines
This commit is contained in:
parent
73583fd725
commit
226f3053ad
|
@ -57,7 +57,6 @@ if (UNIT_TESTING)
|
|||
)
|
||||
link_directories(${CPPUTEST_LIBRARIES})
|
||||
|
||||
# message(STATUS "CPPUTEST_DIR: ${CPPUTEST_DIR}")
|
||||
add_subdirectory(tests)
|
||||
|
||||
endif()
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#include "CppUTest/CommandLineTestRunner.h"
|
||||
|
||||
|
||||
//ImportTestGroups
|
||||
IMPORT_TEST_GROUP(simple_test);
|
||||
|
||||
//START: main
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue