diff options
author | hunt <hunt> | 2005-11-08 19:23:27 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-11-08 19:23:27 +0000 |
commit | b5c4668faa92b45d19ee38b64fc43684df1c365f (patch) | |
tree | 35d1a4be5f30de45a28a6afe632500fa689051e7 /runtime/tests/pmaps/all.tcl | |
parent | 1a0e4851043eb5679543c7779b00e3d925e83004 (diff) | |
download | systemtap-steved-b5c4668faa92b45d19ee38b64fc43684df1c365f.tar.gz systemtap-steved-b5c4668faa92b45d19ee38b64fc43684df1c365f.tar.xz systemtap-steved-b5c4668faa92b45d19ee38b64fc43684df1c365f.zip |
2005-11-08 Martin Hunt <hunt@redhat.com>
* pmaps/*: Add new pmaps tests.
Diffstat (limited to 'runtime/tests/pmaps/all.tcl')
-rw-r--r-- | runtime/tests/pmaps/all.tcl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/tests/pmaps/all.tcl b/runtime/tests/pmaps/all.tcl new file mode 100644 index 00000000..c0b38a0e --- /dev/null +++ b/runtime/tests/pmaps/all.tcl @@ -0,0 +1,5 @@ +package require tcltest +namespace import -force tcltest::* +tcltest::testsDirectory [file dir [info script]] +tcltest::runAllTests + |