test: Add comprehensive test infrastructure and test cases across all OpenSTA modules

Signed-off-by: Jaehyun Kim <[email protected]>
This commit is contained in:
Jaehyun Kim
2026-02-27 12:59:25 +09:00
parent 8e08483e0e
commit 92bb9b8ec9
164 changed files with 2627706 additions and 37 deletions
+17
View File
@@ -0,0 +1,17 @@
add_executable(TestSpice TestSpice.cc)
target_link_libraries(TestSpice
OpenSTA
GTest::gtest
GTest::gtest_main
${TCL_LIBRARY}
)
target_include_directories(TestSpice PRIVATE
${STA_HOME}/include/sta
${STA_HOME}
${STA_HOME}/spice
${CMAKE_BINARY_DIR}/include/sta
)
gtest_discover_tests(TestSpice
WORKING_DIRECTORY ${STA_HOME}
PROPERTIES LABELS "cpp\;module_spice"
)
File diff suppressed because it is too large Load Diff