🧪 test: register remaining tests in ctest

This commit is contained in:
csh
2025-12-21 15:52:09 +08:00
parent f2d2aeb272
commit fbf6c85baa
6 changed files with 40 additions and 0 deletions
@@ -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()