# 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/cvs/NEOSOFT/inet_workstation/tcl7.3/tdpm3.2/tests/all,v 1.1.1.1 1995/03/30 07:43:03 karl Exp $ (Berkeley)

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