From c39d889155d4c9365bd27691d22a92c447ced976 Mon Sep 17 00:00:00 2001 From: Stan Cox Date: Thu, 29 May 2008 14:46:38 -0400 Subject: SW5106 Remove old map and histogram formatting code --- runtime/tests/all.tcl | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 runtime/tests/all.tcl (limited to 'runtime/tests/all.tcl') diff --git a/runtime/tests/all.tcl b/runtime/tests/all.tcl deleted file mode 100644 index f820c588..00000000 --- a/runtime/tests/all.tcl +++ /dev/null @@ -1,12 +0,0 @@ -package require tcltest -namespace import -force tcltest::* - -puts "Running all SystemTap tests" - -#puts [tcltest::configure] -#puts [tcltest::configure -file] - - -tcltest::runAllTests - -puts "All tests completed" -- cgit