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/string/all.tcl | 8 -------- 1 file changed, 8 deletions(-) (limited to 'runtime/tests/string') diff --git a/runtime/tests/string/all.tcl b/runtime/tests/string/all.tcl index aa408eea..23757202 100644 --- a/runtime/tests/string/all.tcl +++ b/runtime/tests/string/all.tcl @@ -1,12 +1,4 @@ package require tcltest namespace import -force tcltest::* - -puts "Running all SystemTap tests" - -#puts [tcltest::configure] -#puts [tcltest::configure -file] - tcltest::testsDirectory [file dir [info script]] tcltest::runAllTests - -puts "All tests completed" -- cgit