head	1.2;
access;
symbols
	ansi-20040405-merged:1.1.6.1
	postmerge-20040405-ansi:1.1
	premerge-20040404-ansi:1.1
	postmerge-autoconf:1.1
	autoconf-freeze:1.1.4.1
	premerge-autoconf:1.1
	postmerge-20040315-windows:1.1
	premerge-20040315-windows:1.1
	windows-20040315-freeze:1.1.2.1
	autoconf-branch:1.1.0.4
	windows-branch:1.1.0.2
	ansi-branch:1.1.0.6;
locks; strict;
comment	@# @;


1.2
date	2004.05.21.18.05.57;	author morrison;	state dead;
branches;
next	1.1;

1.1
date	2004.03.09.20.49.00;	author morrison;	state Exp;
branches
	1.1.2.1
	1.1.4.1
	1.1.6.1;
next	;

1.1.2.1
date	2004.03.12.09.58.00;	author morrison;	state Exp;
branches;
next	;

1.1.4.1
date	2004.03.15.14.06.38;	author erikg;	state Exp;
branches;
next	;

1.1.6.1
date	2004.03.17.21.17.40;	author morrison;	state Exp;
branches;
next	;


desc
@@


1.2
log
@moved from top-level to src/other/.
@
text
@#
# Old test suite for [incr Tcl] v1.5
# ----------------------------------------------------------------------
#   AUTHOR:  Michael J. McLennan
#            Bell Labs Innovations for Lucent Technologies
#            mmclennan@@lucent.com
#            http://www.tcltk.com/itcl
#
#      RCS:  $Id: all,v 1.1 2004/03/09 20:49:00 morrison Exp $
# ----------------------------------------------------------------------
#            Copyright (c) 1993-1998  Lucent Technologies, Inc.
# ======================================================================
# See the file "license.terms" for information on usage and
# redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.

variable WATCH

global TEST_ABS_TOL TEST_REL_TOL
set TEST_ABS_TOL 1.0e-6
set TEST_REL_TOL 1.0e-5

if {![file readable "testlib.tcl"]} {
	error "ERROR: execute test suite in \"tests\" directory"
}

lappend auto_path .

foreach i [lsort [glob ./*.test]] {
	source $i
}
puts stdout "== ALL TESTS SUCCESSFUL =="
exit
@


1.1
log
@initial addition of libitcl synced to current itcl cvs (3.3 development)
@
text
@d9 1
a9 1
#      RCS:  $Id: all,v 1.1 1998/07/27 18:41:24 stanton Exp $
@


1.1.6.1
log
@sync branch with HEAD
@
text
@d9 1
a9 1
#      RCS:  $Id$
@


1.1.4.1
log
@merge from head
@
text
@d9 1
a9 1
#      RCS:  $Id: all,v 1.1 2004/03/09 20:49:00 morrison Exp $
@


1.1.2.1
log
@merge from HEAD
@
text
@d9 1
a9 1
#      RCS:  $Id$
@

