freebsd-ports/devel/tcl-mmap/files/alltests.tcl

7 lines
90 B
Tcl

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