From 60a1b0ceedecf422af6b043186092986685efb59 Mon Sep 17 00:00:00 2001 From: hunt Date: Fri, 9 Sep 2005 09:08:26 +0000 Subject: 2005-09-09 Martin Hunt * README: Update. * math/div64.c: New file. 64-bit division tests. --- runtime/tests/math/all.tcl | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 runtime/tests/math/all.tcl (limited to 'runtime/tests/math/all.tcl') diff --git a/runtime/tests/math/all.tcl b/runtime/tests/math/all.tcl new file mode 100644 index 00000000..23757202 --- /dev/null +++ b/runtime/tests/math/all.tcl @@ -0,0 +1,4 @@ +package require tcltest +namespace import -force tcltest::* +tcltest::testsDirectory [file dir [info script]] +tcltest::runAllTests -- cgit