summaryrefslogtreecommitdiffstats
path: root/runtime/tests/all.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/tests/all.tcl')
-rw-r--r--runtime/tests/all.tcl12
1 files changed, 0 insertions, 12 deletions
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"