diff options
author | hunt <hunt> | 2005-09-09 09:08:26 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-09-09 09:08:26 +0000 |
commit | 60a1b0ceedecf422af6b043186092986685efb59 (patch) | |
tree | 6cacf4a3815465e55b60755297dbcb477cd44c3b /runtime/tests/math/all.tcl | |
parent | 41f7eadf3e5e6b42ecd54c53adab112253122e34 (diff) | |
download | systemtap-steved-60a1b0ceedecf422af6b043186092986685efb59.tar.gz systemtap-steved-60a1b0ceedecf422af6b043186092986685efb59.tar.xz systemtap-steved-60a1b0ceedecf422af6b043186092986685efb59.zip |
2005-09-09 Martin Hunt <hunt@redhat.com>
* README: Update.
* math/div64.c: New file. 64-bit division tests.
Diffstat (limited to 'runtime/tests/math/all.tcl')
-rw-r--r-- | runtime/tests/math/all.tcl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/tests/math/all.tcl b/runtime/tests/math/all.tcl new file mode 100644 index 00000000..23757202 --- /dev/null +++ b/runtime/tests/math/all.tcl @@ -0,0 +1,4 @@ +package require tcltest +namespace import -force tcltest::* +tcltest::testsDirectory [file dir [info script]] +tcltest::runAllTests |