summaryrefslogtreecommitdiffstats
path: root/tkhtml1/tests/all.test
blob: 4a1d17d99d812555fb2d4a4fa213da03286d332d (plain)
1
2
3
4
5
6
7
8
# Run all tests
#
cd [file dirname $argv0]
set me [file tail $argv0]
foreach file [lsort -dictionary [glob *.test]] {
  if {$file==$me} continue
  source $file
}