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

@ -4,3 +4,5 @@ add_executable (ordered_sem
)
target_link_libraries (ordered_sem LINK_PUBLIC scc)
target_link_libraries (ordered_sem LINK_PUBLIC ${Boost_LIBRARIES} )
add_test(NAME ordered_sem_test COMMAND ordered_sem)