# 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: /usr/local/source/coda_source/Tcl/src7.4/dp/tests/all,v 1.1.1.1 1996/09/05 13:54:37 heyes Exp $ (Berkeley)

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