# 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: /n/vid6/cmt-master/cmt-3.0/lib/tkx/tests/all,v 1.1.1.1 1994/12/15 00:08:17 bsmith Exp $ (Berkeley)

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