Intial commit
This commit is contained in:
10
tcl7.3/tests/all
Normal file
10
tcl7.3/tests/all
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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: /sprite/src/lib/tcl/tests/RCS/all,v 1.4 91/09/08 13:43:07 ouster Exp $ (Berkeley)
|
||||
|
||||
foreach i [lsort [glob *.test]] {
|
||||
puts stdout $i
|
||||
source $i
|
||||
}
|
||||
Reference in New Issue
Block a user