mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
6 lines
90 B
Tcl
6 lines
90 B
Tcl
lappend auto_path ..
|
|
|
|
foreach t [glob *.tcl] {
|
|
puts "Running tests from $t"
|
|
source $t
|
|
}
|