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
+1 -1
View File
@@ -12,5 +12,5 @@ target_include_directories(TestGraph PRIVATE
)
gtest_discover_tests(TestGraph
WORKING_DIRECTORY ${STA_HOME}
PROPERTIES LABELS "cpp;module_graph"
PROPERTIES LABELS "cpp\;module_graph"
)