From 192056900583884bc1f07f371df6478d856ada3b Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Sat, 30 Oct 2010 15:21:21 +1000 Subject: 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 --- tests/uplevel.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/uplevel.test') diff --git a/tests/uplevel.test b/tests/uplevel.test index 0d38c13..e91a5ea 100644 --- a/tests/uplevel.test +++ b/tests/uplevel.test @@ -13,7 +13,7 @@ # # RCS: @(#) $Id: uplevel.test,v 1.6 2000/04/10 17:19:05 ericm Exp $ -source testing.tcl +source [file dirname [info script]]/testing.tcl proc a {x y} { newset z [expr $x+$y] -- cgit v1.1