better test + conda

This commit is contained in:
Erik Frojdh
2019-04-04 17:39:31 +02:00
parent 498569a42a
commit 55ba2afc05
11 changed files with 501 additions and 53 deletions

View File

@ -19,5 +19,8 @@ target_link_libraries(tests
set_target_properties(tests PROPERTIES
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin
)
include(CTest)
include(Catch)
catch_discover_tests(tests)
# #TODO! Move to automatic test discovery
# add_test(test ${CMAKE_BINARY_DIR}/bin/testSlsReceiver)