OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [itcl/] [iwidgets3.0.0/] [tests/] [all] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
# This file contains a top-level script to run all of the Tcl
2
# tests.  Execute it by invoking "source all" when running tclTest
3
# in this directory.
4
#
5
# @(#) all 1.2 94/08/10 15:52:50
6
 
7
foreach i [lsort [glob *.test]] {
8
    if [string match l.*.test $i] {
9
        # This is an SCCS lock file;  ignore it.
10
        continue
11
    }
12
    puts stdout $i
13
    source $i
14
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.