diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-01 07:00:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-01 07:00:07 +0000 |
commit | 507cef0861e1f359655337194048fe01cf5c1ba4 (patch) | |
tree | 0e1457604e0a7378b373d19ac6bab9b712f1b353 /math/Makefile | |
parent | 417bafec1e0be945a745cb5f1ba95ac30524af21 (diff) | |
download | glibc-507cef0861e1f359655337194048fe01cf5c1ba4.tar.gz glibc-507cef0861e1f359655337194048fe01cf5c1ba4.tar.xz glibc-507cef0861e1f359655337194048fe01cf5c1ba4.zip |
Update.
* math/Makefile (tests): Add tst-defintions. * math/tst-definitions.c: New file.
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 86a99e1b03..45df416a1f 100644 --- a/math/Makefile +++ b/math/Makefile @@ -79,7 +79,7 @@ include ../Makeconfig # Rules for the test suite. tests = test-matherr test-fenv atest-exp atest-sincos atest-exp2 basic-test \ - test-misc test-fpucw + test-misc test-fpucw tst-definitions # We do the `long double' tests only if this data type is available and # distinct from `double'. test-longdouble-yes = test-ldouble test-ildoubl |