# 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: /rel/cvsfiles/devo/expect/tests/all,v 1.4 1994/03/31 01:11:16 rob Exp $ (Berkeley)

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