summaryrefslogtreecommitdiffstats
path: root/tests/all.tcl
diff options
context:
space:
mode:
authorpooryorick <com.digitalsmarties@pooryorick.com>2018-02-14 19:07:16 (GMT)
committerpooryorick <com.digitalsmarties@pooryorick.com>2018-02-14 19:07:16 (GMT)
commite6dd74e90e7f9d084758d64cd2be5a6138fef3a3 (patch)
tree7d3acc1cf4d46062647f01b34d50b633f8e5f6fa /tests/all.tcl
parent14c8dabffe826dcdad24dc755164175dc4e6226f (diff)
downloadtcl-e6dd74e90e7f9d084758d64cd2be5a6138fef3a3.zip
tcl-e6dd74e90e7f9d084758d64cd2be5a6138fef3a3.tar.gz
tcl-e6dd74e90e7f9d084758d64cd2be5a6138fef3a3.tar.bz2
Lift the restriction on command names names that begin with ":".
Diffstat (limited to 'tests/all.tcl')
-rw-r--r--tests/all.tcl22
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/all.tcl b/tests/all.tcl
deleted file mode 100644
index 69a16ba..0000000
--- a/tests/all.tcl
+++ /dev/null
@@ -1,22 +0,0 @@
-# all.tcl --
-#
-# This file contains a top-level script to run all of the Tcl
-# tests. Execute it by invoking "source all.test" when running tcltest
-# in this directory.
-#
-# Copyright (c) 1998-1999 by Scriptics Corporation.
-# Copyright (c) 2000 by Ajuba Solutions
-#
-# See the file "license.terms" for information on usage and redistribution
-# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-
-package prefer latest
-package require Tcl 8.5-
-package require tcltest 2.2
-namespace import tcltest::*
-configure {*}$argv -testdir [file dir [info script]]
-if {[singleProcess]} {
- interp debug {} -frame 1
-}
-runAllTests
-proc exit args {}