mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-04 08:43:04 +02:00
test: Make ctest run C++ unit tests
Signed-off-by: Jaehyun Kim <[email protected]>
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user