test: Make ctest run C++ unit tests

Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com>
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

View File

@@ -13,7 +13,7 @@ macro(sta_cpp_test name)
)
gtest_discover_tests(${name}
WORKING_DIRECTORY ${STA_HOME}
PROPERTIES LABELS "cpp;module_network"
PROPERTIES LABELS "cpp\;module_network"
)
endmacro()