add more ctest test

This commit is contained in:
2020-06-04 20:13:02 +02:00
parent e4c8ba0d8b
commit 954bbed352
3 changed files with 8 additions and 2 deletions

View File

@@ -10,3 +10,5 @@ add_executable (simple_system
)
target_link_libraries (simple_system LINK_PUBLIC scc)
target_link_libraries (simple_system LINK_PUBLIC ${Boost_LIBRARIES} )
add_test(NAME simple_system_test COMMAND simple_system)