# 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: /a/cvs/386BSD/ports/tcl/tests/all,v 1.1.1.1 1993/08/09 10:57:42 alm Exp $ (Berkeley) foreach i [lsort [glob *.test]] { puts stdout $i source $i }