Adding tests at test root

Couldn't get tests in subdirectores to work so adding them at test root instead.
This commit is contained in:
Michael Tryby
2019-03-22 11:51:08 -04:00
parent ec72db5d82
commit 2bf3be4c64
6 changed files with 15 additions and 14 deletions

View File

@@ -15,6 +15,3 @@ set (test_source
add_executable(test_errormanager ${test_source})
target_include_directories(test_errormanager PUBLIC ../../src/)
target_link_libraries(test_errormanager ${Boost_LIBRARIES})
add_test(NAME test_errormanager
COMMAND ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/test_errormanager)