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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [itcl/] [itcl/] [tests/] [all] - Blame information for rev 1773

Go to most recent revision | 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
# SCCS: @(#) all 1.7 96/02/16 08:55:38
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
    if [catch {source $i} msg] {
14
        puts $msg
15
    }
16
}

powered by: WebSVN 2.1.0

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