You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
408 B
7 lines
408 B
if {![package vsatisfies [package provide Tcl] 8.5 9]} { |
|
return |
|
} |
|
package ifneeded bench 0.5 [list source [file join $dir bench.tcl]] |
|
package ifneeded bench::out::text 0.1.3 [list source [file join $dir bench_wtext.tcl]] |
|
package ifneeded bench::out::csv 0.1.3 [list source [file join $dir bench_wcsv.tcl]] |
|
package ifneeded bench::in 0.2 [list source [file join $dir bench_read.tcl]]
|
|
|