🧪 test: register remaining tests in ctest
This commit is contained in:
@@ -65,3 +65,8 @@ target_compile_options(
|
||||
${PROJECT_NAME} 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_lsp_any
|
||||
COMMAND $<TARGET_FILE:test_lsp_any>)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user