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/Makefile | |
| 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/Makefile')
| -rw-r--r-- | runtime/tests/math/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/tests/math/Makefile b/runtime/tests/math/Makefile new file mode 100644 index 00000000..c396c132 --- /dev/null +++ b/runtime/tests/math/Makefile @@ -0,0 +1,5 @@ +default: tests + +tests: + tclsh all.tcl + |
