head	1.2;
access;
symbols
	RELENG_2_2_8_RELEASE:1.1.1.1.2.1
	RELENG_2_2_7_RELEASE:1.1.1.1.2.1
	RELENG_2_2_6_RELEASE:1.1.1.1.2.1
	tcl8_0_p2:1.1.1.2
	RELENG_2_2_5_RELEASE:1.1.1.1.2.1
	tcl8_0:1.1.1.2
	tcl8_0_b2:1.1.1.1
	RELENG_2_2_2_RELEASE:1.1.1.1
	RELENG_2_2_1_RELEASE:1.1.1.1
	RELENG_2_2_0_RELEASE:1.1.1.1
	RELENG_2_2:1.1.1.1.0.2
	RELENG_2_2_BP:1.1.1.1
	tcl7_5_p1:1.1.1.1
	tcl7_5:1.1.1.1
	TCL:1.1.1;
locks; strict;
comment	@# @;


1.2
date	98.09.05.12.32.44;	author asami;	state dead;
branches;
next	1.1;

1.1
date	96.06.26.06.06.43;	author phk;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	96.06.26.06.06.43;	author phk;	state Exp;
branches
	1.1.1.1.2.1;
next	1.1.1.2;

1.1.1.2
date	97.10.01.13.19.08;	author phk;	state Exp;
branches;
next	;

1.1.1.1.2.1
date	97.08.21.04.11.06;	author peter;	state dead;
branches;
next	;


desc
@@


1.2
log
@Remove tcl from src/contrib.
@
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

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
@Initial revision
@
text
@@


1.1.1.1
log
@Tcl 7.5, various makefiles will be updated to use these sources as soon
as I get these back down to my machine.
@
text
@@


1.1.1.2
log
@Upgrade to 8.0 release.
@
text
@d5 1
a5 1
# SCCS: @@(#) all 1.8 97/08/01 11:07:14
d7 1
a7 7
if {$tcl_platform(os) == "Win32s"} {
    set files [glob *.tes]
} else {
    set files [glob *.test]
}

foreach i [lsort $files] {
@


1.1.1.1.2.1
log
@Remove tcl since tcl7.5 is not used in 2.2, there is a binary
compatable port (ie: installing the port will enable a program
linked against libtcl75.so.* from the base to run), and this makes
2.2 compatable with -current from a ports perspective.

Reviewed by: core
@
text
@@
