URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [insight/] [expect/] [tests/] [all] - Rev 1765
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.
#
foreach i [lsort [glob *.test]] {
puts stdout $i
source $i
}
exit ;# required for DejaGNU, I don't know why - DEL