summaryrefslogtreecommitdiffstats
path: root/runtime/tests/string/all.tcl
diff options
context:
space:
mode:
authorhunt <hunt>2005-05-19 05:25:26 +0000
committerhunt <hunt>2005-05-19 05:25:26 +0000
commit7edfd9e24568502f54175b08da4168f2af6642fe (patch)
treeaa2d578a4d7d99fef111a179e51a90198be0f2c1 /runtime/tests/string/all.tcl
parent752870c4bea5f43859ec4e10ae2579018908bbe3 (diff)
downloadsystemtap-steved-7edfd9e24568502f54175b08da4168f2af6642fe.tar.gz
systemtap-steved-7edfd9e24568502f54175b08da4168f2af6642fe.tar.xz
systemtap-steved-7edfd9e24568502f54175b08da4168f2af6642fe.zip
Add String test files.
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"