11 lines
314 B
Plaintext
11 lines
314 B
Plaintext
# 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.
|
|
#
|
|
# $Header: /user6/ouster/wish/tests/RCS/all,v 1.1 92/12/12 16:36:20 ouster Exp $ (Berkeley)
|
|
|
|
foreach i [lsort [glob *.test]] {
|
|
puts stdout $i
|
|
source $i
|
|
}
|