mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Separated tests into different files, added ResetInstance() method to EventManager
This commit is contained in:
+1
-1
@@ -217,7 +217,7 @@ if(test)
|
||||
include_directories("${gtest_SOURCE_DIR}/include")
|
||||
endif()
|
||||
|
||||
add_executable(runTests test/main.cpp)
|
||||
add_executable(runTests test/main.cpp test/eventmanagertest.cpp)
|
||||
|
||||
target_link_libraries(runTests gtest gtest_main)
|
||||
target_link_libraries(runTests icsneocpp)
|
||||
|
||||
Reference in New Issue
Block a user