From 7edfd9e24568502f54175b08da4168f2af6642fe Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 19 May 2005 05:25:26 +0000 Subject: Add String test files. --- runtime/tests/string/all.tcl | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 runtime/tests/string/all.tcl (limited to 'runtime/tests/string/all.tcl') 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" -- cgit