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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [itcl/] [itcl/] [tests/] [old/] [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
#
2
# Old test suite for [incr Tcl] v1.5
3
# ----------------------------------------------------------------------
4
#   AUTHOR:  Michael J. McLennan
5
#            Bell Labs Innovations for Lucent Technologies
6
#            mmclennan@lucent.com
7
#            http://www.tcltk.com/itcl
8
#
9
#      RCS:  $Id: all,v 1.1.1.1 2002-01-16 10:24:47 markom Exp $
10
# ----------------------------------------------------------------------
11
#            Copyright (c) 1993-1998  Lucent Technologies, Inc.
12
# ======================================================================
13
# See the file "license.terms" for information on usage and
14
# redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
15
 
16
variable WATCH
17
 
18
global TEST_ABS_TOL TEST_REL_TOL
19
set TEST_ABS_TOL 1.0e-6
20
set TEST_REL_TOL 1.0e-5
21
 
22
if {![file readable "testlib.tcl"]} {
23
        error "ERROR: execute test suite in \"tests\" directory"
24
}
25
 
26
lappend auto_path .
27
 
28
foreach i [lsort [glob ./*.test]] {
29
        source $i
30
}
31
puts stdout "== ALL TESTS SUCCESSFUL =="
32
exit

powered by: WebSVN 2.1.0

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