File: all

package info (click to toggle)
tcltrf 2.1.4-dfsg1-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 8,052 kB
  • sloc: ansic: 72,769; tcl: 1,343; makefile: 226; sh: 89; 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
}