File: all.test

package info (click to toggle)
tkhtml1 1.04-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,424 kB
  • sloc: ansic: 17,070; tcl: 4,377; sh: 516; makefile: 11
file content (8 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (11)
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
}