diff options
author | hunt <hunt> | 2005-05-17 06:58:05 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-05-17 06:58:05 +0000 |
commit | ca7d122b7b3fb57d6cabdbdc5da9c1ecc60de5d8 (patch) | |
tree | 7272af5f7bfb67412fbdbfa2a9cc7f63e8fa09c3 /runtime/tests/all.tcl | |
parent | e96dd1fa4e4ba81198e92f7abd340124ba126258 (diff) | |
download | systemtap-steved-ca7d122b7b3fb57d6cabdbdc5da9c1ecc60de5d8.tar.gz systemtap-steved-ca7d122b7b3fb57d6cabdbdc5da9c1ecc60de5d8.tar.xz systemtap-steved-ca7d122b7b3fb57d6cabdbdc5da9c1ecc60de5d8.zip |
Restructuring of tests. New tests for new maps.
Diffstat (limited to 'runtime/tests/all.tcl')
-rw-r--r-- | runtime/tests/all.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/tests/all.tcl b/runtime/tests/all.tcl index 2d44d6bb..f820c588 100644 --- a/runtime/tests/all.tcl +++ b/runtime/tests/all.tcl @@ -6,6 +6,7 @@ puts "Running all SystemTap tests" #puts [tcltest::configure] #puts [tcltest::configure -file] + tcltest::runAllTests puts "All tests completed" |