ports/devel/tcl-mmap/files/alltests.tcl
2013-02-05 00:15:35 +00:00

6 lines
90 B
Tcl

lappend auto_path ..
foreach t [glob *.tcl] {
puts "Running tests from $t"
source $t
}