aboutsummaryrefslogtreecommitdiff
path: root/tests/for.test
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2010-10-30 15:21:21 +1000
committerSteve Bennett <steveb@workware.net.au>2010-11-22 13:27:14 +1000
commit192056900583884bc1f07f371df6478d856ada3b (patch)
tree540618a3e81d8d9e14261e267edb912f5b73710a /tests/for.test
parentd98489727fe31fa217d237b36901211adc35282d (diff)
downloadjimtcl-192056900583884bc1f07f371df6478d856ada3b.zip
jimtcl-192056900583884bc1f07f371df6478d856ada3b.tar.gz
jimtcl-192056900583884bc1f07f371df6478d856ada3b.tar.bz2
Overhaul unit test framework
Much closer to tcltest now, including constraints. Try to get all appropriate tests running under both Jim and Tcl. Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'tests/for.test')
-rw-r--r--tests/for.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/for.test b/tests/for.test
index d3a136e..d12385a 100644
--- a/tests/for.test
+++ b/tests/for.test
@@ -14,7 +14,7 @@
#
# RCS: @(#) $Id: for-old.test,v 1.5 2000/04/10 17:18:59 ericm Exp $
-source testing.tcl
+source [file dirname [info script]]/testing.tcl
# Check "for" and its use of continue and break.