mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-03 01:53:43 +02:00
- Remove temp files: network_gcd_traversal.log, util_report_redirect.log - Delete 19 comment-only C++ test stubs (dead code for removed APIs) - Remove redundant graph_make_verify test (covered by graph_advanced) - Centralize assert_file_nonempty/assert_file_contains into test/helpers.tcl and remove inline copies from 17 verilog test files - Fix Build.sh stray quotes in heredoc output - Fix regression.sh unquoted variable expansions - Update .gitignore: add */test/*.log and Testing/ All 6087 tests pass. Co-Authored-By: Claude <[email protected]> Signed-off-by: Jaehyun Kim <[email protected]>
16 lines
219 B
CMake
16 lines
219 B
CMake
sta_module_tests("graph"
|
|
TESTS
|
|
advanced
|
|
bidirect
|
|
delay_corners
|
|
delete_modify
|
|
incremental
|
|
modify
|
|
operations
|
|
timing_edges
|
|
vertex_edge_ops
|
|
wire_inst_edges
|
|
)
|
|
|
|
add_subdirectory(cpp)
|