updated for tests
This commit is contained in:
parent
391d08ec7c
commit
20b7c8cb38
|
@ -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
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#include <cstdlib>
|
||||
#include "CppUTest/TestHarness.h"
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue