URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [insight/] [itcl/] [iwidgets3.0.0/] [incoming/] [tests/] [all] - Rev 1781
Go to most recent revision | Compare with Previous | Blame | View Log
# 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.
#
# @(#) all 1.2 94/08/10 15:52:50
foreach i [lsort [glob *.test]] {
if [string match l.*.test $i] {
# This is an SCCS lock file; ignore it.
continue
}
puts stdout $i
source $i
}
Go to most recent revision | Compare with Previous | Blame | View Log