From 204b456c7c08bc40ffe1f21575461d92a544e92b Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 9 Mar 2005 21:30:05 +0000 Subject: Initial runtime checkin. --- runtime/tests/all.tcl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 runtime/tests/all.tcl (limited to 'runtime/tests/all.tcl') 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" -- cgit