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.tcl11
1 files changed, 11 insertions, 0 deletions
diff --git a/runtime/tests/all.tcl b/runtime/tests/all.tcl
new file mode 100644
index 00000000..2d44d6bb
--- /dev/null
+++ b/runtime/tests/all.tcl
@@ -0,0 +1,11 @@
+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"