summaryrefslogtreecommitdiffstats
path: root/tests/all.tcl
diff options
context:
space:
mode:
authorpooryorick <com.digitalsmarties@pooryorick.com>2018-06-22 15:10:04 (GMT)
committerpooryorick <com.digitalsmarties@pooryorick.com>2018-06-22 15:10:04 (GMT)
commit94ec3d943104b645666e3f71feb61ac260a43fcf (patch)
treeb93e6537a9eeff755eb011895389363546993b8a /tests/all.tcl
parent6c1e9f2b0c5e236754eb7072986cffd863333abd (diff)
downloadtcl-94ec3d943104b645666e3f71feb61ac260a43fcf.zip
tcl-94ec3d943104b645666e3f71feb61ac260a43fcf.tar.gz
tcl-94ec3d943104b645666e3f71feb61ac260a43fcf.tar.bz2
Add another suppress rule for valgrind, factor test code into
tests/tcltests.tcl, and constrained a some tests in the valgrind case.
Diffstat (limited to 'tests/all.tcl')
-rw-r--r--tests/all.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.tcl b/tests/all.tcl
index 250163b..4fce323 100644
--- a/tests/all.tcl
+++ b/tests/all.tcl
@@ -13,7 +13,7 @@
package prefer latest
package require Tcl 8.5-
package require tcltest 2.2
-namespace import tcltest::*
+namespace import -force ::tcltest::*
configure {*}$argv -testdir [file dirname [file dirname [file normalize [
info script]/...]]]