🧪 test: register remaining tests in ctest
This commit is contained in:
@@ -210,3 +210,8 @@ target_compile_options(
|
||||
PRIVATE -Wall -Wextra -Wpedantic $<$<CONFIG:Debug>:-g -O0>
|
||||
-Wno-import-implementation-partition-unit-in-interface-unit
|
||||
$<$<CONFIG:Release>:-O3>)
|
||||
|
||||
if(BUILD_TESTS)
|
||||
add_test(NAME test_provider
|
||||
COMMAND $<TARGET_FILE:test_provider>)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user