File: all

package info (click to toggle)
tcltrf 2.1.4-dfsg3-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 9,628 kB
  • sloc: ansic: 73,134; sh: 3,155; tcl: 1,343; makefile: 176; exp: 22
file content (11 lines) | stat: -rw-r--r-- 292 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
# -*- tcl -*-
# This file contains a top-level script to run all of the Tcl
# tests.  Execute it by invoking "source all" when running tclTest
# in this directory.
#
# CVS: $Id: all,v 1.1.1.1 1997/02/05 20:51:13 aku Exp $

foreach i [lsort [glob *.test]] {
    puts stdout $i
    source $i
}