test: Initial upload

Signed-off-by: Jaehyun Kim <[email protected]>
This commit is contained in:
Jaehyun Kim
2026-02-13 19:19:09 +09:00
parent e872c55bfe
commit d6c09372ba
733 changed files with 2946117 additions and 38 deletions
+16
View File
@@ -0,0 +1,16 @@
add_executable(TestNetwork TestNetwork.cc)
target_link_libraries(TestNetwork
OpenSTA
GTest::gtest
GTest::gtest_main
${TCL_LIBRARY}
)
target_include_directories(TestNetwork PRIVATE
${STA_HOME}/include/sta
${STA_HOME}
${CMAKE_BINARY_DIR}/include/sta
)
gtest_discover_tests(TestNetwork
WORKING_DIRECTORY ${STA_HOME}
PROPERTIES LABELS "cpp;module_network"
)
File diff suppressed because it is too large Load Diff