aboutsummaryrefslogtreecommitdiff
path: root/devel/tcl-mmap/files/alltests.tcl
blob: 8f1109c5bd2f1fc4a61217707bfe4fd32adda52d (plain) (blame)
1
2
3
4
5
6
lappend auto_path ..

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