Minor release
Add test cases
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# Third Party
|
||||
include_directories(${GTEST_INCLUDE_DIR})
|
||||
|
||||
link_directories(${GTEST_LIB_DIR})
|
||||
|
||||
set(LIBS
|
||||
${LIBS}
|
||||
gtest
|
||||
TopTeamBedrijfssimulaties)
|
||||
|
||||
|
||||
# tests
|
||||
file(GLOB_RECURSE TEST_SOURCES "*.cpp")
|
||||
add_executable(tests ${TEST_SOURCES})
|
||||
target_link_libraries(tests ${LIBS})
|
||||
Reference in New Issue
Block a user