mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-04 00:39:45 +02: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 <[email protected]>
15 lines
218 B
CMake
15 lines
218 B
CMake
sta_module_tests("util"
|
|
TESTS
|
|
commands
|
|
log_redirect
|
|
msg_suppress
|
|
parallel_misc
|
|
pattern_string
|
|
report_debug
|
|
report_format
|
|
report_redirect
|
|
report_string_log
|
|
)
|
|
|
|
add_subdirectory(cpp)
|