# 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.
#
# /usr/u/multimed/cmt/CVSROOT/tcl-dp/tests/all,v 1.3 1995/04/01 22:30:49 grafton Exp (Berkeley)

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