# This file contains a top-level script to run all of the [incr Tcl]
# tests.  Execute it by invoking "source all" when running itclsh
# in this directory.
#
# RCS: $Id: all,v 1.1.1.1 1996/08/21 19:29:48 heyes Exp $

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