updated for tests

This commit is contained in:
jakeg00dwin 2024-03-15 13:47:06 -07:00
parent 391d08ec7c
commit 20b7c8cb38
2 changed files with 1 additions and 3 deletions

View File

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

View File

@ -1,4 +1,3 @@
#include <cstdlib>
#include "CppUTest/TestHarness.h"
/*