head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


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

1.1
date	2004.05.20.14.50.29;	author morrison;	state Exp;
branches;
next	;


desc
@@


1.2
log
@moved libitcl to incrTcl, which matches their cvs module
@
text
@# 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.
#
# SCCS: @@(#) all 1.7 96/02/16 08:55:38
# ------------------------------------------------------------------
# THIS SCRIPT IS NOW DEPRECATED!  It is kept for older Tcl
# installations that don't have the "tcltest" package.
# Instead, use the "all.tcl" script to run the test suite.
# ------------------------------------------------------------------

foreach i [lsort [glob *.test]] {
    if [string match l.*.test $i] {
	# This is an SCCS lock file;  ignore it.
	continue
    }
    puts stdout $i
    if [catch {source $i} msg] {
	puts $msg
    }	
}
@


1.1
log
@Sources that are external to BRL-CAD are moved from the top level to src/other/.
@
text
@@

