mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
- Remove stale line-number coverage comments (# Targets: line NNN, hit=0) - Remove useless file-existence checks from verilog/sdf tests - Delete 21 orphaned dcalc Tcl tests (C++ tests already cover them) - Rename liberty_ccsn_ecsm -> liberty_ccsn (no ECSM libs available) - Fix liberty_sky130_corners to use define_corners/-corner for real multi-corner testing - Add report_checks per wireload model in liberty_wireload - Fix test/regression to work from test/ directory (label mismatch) - Refactor all module CMakeLists.txt with sta_module_tests() macro Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
17 lines
235 B
CMake
17 lines
235 B
CMake
sta_module_tests("graph"
|
|
TESTS
|
|
advanced
|
|
bidirect
|
|
delay_corners
|
|
delete_modify
|
|
incremental
|
|
make_verify
|
|
modify
|
|
operations
|
|
timing_edges
|
|
vertex_edge_ops
|
|
wire_inst_edges
|
|
)
|
|
|
|
add_subdirectory(cpp)
|