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/infoframe.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/infoframe.test') diff --git a/tests/infoframe.test b/tests/infoframe.test index 1a637ea..f1619f5 100644 --- a/tests/infoframe.test +++ b/tests/infoframe.test @@ -1,5 +1,5 @@ -source testing.tcl - +source [file dirname [info script]]/testing.tcl +needs constraint jim proc a {n} { if {$n eq "trace"} { stacktrace -- cgit v1.1