Files
OpenROAD/test/compare_flow_metrics
2021-06-16 20:18:16 -07:00

18 lines
432 B
Tcl
Executable File

#!/bin/sh
# The next line is executed by /bin/sh, but not Tcl \
exec tclsh $0 ${1+"$@"}
# Directory containing tests.
set test_dir [file dirname [file normalize [info script]]]
set openroad_dir [file dirname $test_dir]
source [file join $test_dir "regression.tcl"]
source [file join $test_dir "regression_tests.tcl"]
source [file join $test_dir "flow_metrics.tcl"]
compare_flow_metrics_main
# Local Variables:
# mode:tcl
# End: