From ef0e92b0335077884edd5ac9997a203bec1839b0 Mon Sep 17 00:00:00 2001 From: hunt Date: Sat, 18 Jun 2005 07:12:41 +0000 Subject: Added aggregation tests. Fixed other for latest runtime changes. --- runtime/tests/agg/all.tcl | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 runtime/tests/agg/all.tcl (limited to 'runtime/tests/agg/all.tcl') diff --git a/runtime/tests/agg/all.tcl b/runtime/tests/agg/all.tcl new file mode 100644 index 00000000..23757202 --- /dev/null +++ b/runtime/tests/agg/all.tcl @@ -0,0 +1,4 @@ +package require tcltest +namespace import -force tcltest::* +tcltest::testsDirectory [file dir [info script]] +tcltest::runAllTests -- cgit