test: Make ctest run C++ unit tests

Signed-off-by: Jaehyun Kim <[email protected]>
This commit is contained in:
Jaehyun Kim
2026-02-27 09:51:10 +09:00
parent 72e3eaddba
commit 9bbac53157
12 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ target_include_directories(TestFindRoot PRIVATE
)
gtest_discover_tests(TestFindRoot
WORKING_DIRECTORY ${STA_HOME}
PROPERTIES LABELS "cpp;module_dcalc"
PROPERTIES LABELS "cpp\;module_dcalc"
)
add_executable(TestDcalc TestDcalc.cc)
@@ -29,5 +29,5 @@ target_include_directories(TestDcalc PRIVATE
)
gtest_discover_tests(TestDcalc
WORKING_DIRECTORY ${STA_HOME}
PROPERTIES LABELS "cpp;module_dcalc"
PROPERTIES LABELS "cpp\;module_dcalc"
)