mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 01:58:00 +02:00
better test + conda
This commit is contained in:
@ -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)
|
Reference in New Issue
Block a user