# 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.
#
# @(#) $Id: all,v 1.3 1997/09/06 00:36:46 schoenw Exp $

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

exit
