summaryrefslogtreecommitdiffstats
path: root/tests/all.tcl
diff options
context:
space:
mode:
authordas <das@noemail.net>2001-11-23 01:25:34 (GMT)
committerdas <das@noemail.net>2001-11-23 01:25:34 (GMT)
commit20af16258bd7bd9888e76ac8c87a714a4110be64 (patch)
tree22e1756e8fb4d5f339d6ac1dfdf679782e33f6e5 /tests/all.tcl
parent592bc82c4fad3d71658ac5f43bcdb016fe2016c1 (diff)
downloadtcl-20af16258bd7bd9888e76ac8c87a714a4110be64.zip
tcl-20af16258bd7bd9888e76ac8c87a714a4110be64.tar.gz
tcl-20af16258bd7bd9888e76ac8c87a714a4110be64.tar.bz2
** upport to 8.4 of mac code changes for 8.3.3 & various new
** changes for 8.4, some already backported to 8.3.4 (patch #435658) see ChangeLog for details FossilOrigin-Name: f961ecdd17042f83d4cf5b21380c117066ed9b88
Diffstat (limited to 'tests/all.tcl')
-rw-r--r--tests/all.tcl6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/all.tcl b/tests/all.tcl
index d8dbd25..4c407fb 100644
--- a/tests/all.tcl
+++ b/tests/all.tcl
@@ -8,11 +8,15 @@
# Copyright (c) 2000 by Ajuba Solutions
# All rights reserved.
#
-# RCS: @(#) $Id: all.tcl,v 1.14 2001/09/11 18:03:05 andreas_kupries Exp $
+# RCS: @(#) $Id: all.tcl,v 1.15 2001/11/23 01:25:35 das Exp $
set tcltestVersion [package require tcltest]
namespace import -force tcltest::*
+if {$tcl_platform(platform) == "macintosh"} {
+ tcltest::singleProcess 1
+}
+
tcltest::testsDirectory [file dir [info script]]
tcltest::runAllTests