summaryrefslogtreecommitdiffstats
path: root/runtime/tests/string/all.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/tests/string/all.tcl')
-rw-r--r--runtime/tests/string/all.tcl12
1 files changed, 12 insertions, 0 deletions
diff --git a/runtime/tests/string/all.tcl b/runtime/tests/string/all.tcl
new file mode 100644
index 00000000..aa408eea
--- /dev/null
+++ b/runtime/tests/string/all.tcl
@@ -0,0 +1,12 @@
+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"