diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-05-09 04:43:18 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-05-09 04:43:18 +0000 |
commit | e4071b93db0e2fd4aa3b678a6188da2de1c8eb2f (patch) | |
tree | b74cdef21bbdd7d4d09676befce548127217893d /test/math/.cvsignore | |
parent | 5a25d0f3bc0c9ac81c43b05646575744e93d126c (diff) |
Rework the math library tests per the glibc math test code, with
many unsupported tests disabled for the moment.
-Erik
Diffstat (limited to 'test/math/.cvsignore')
-rw-r--r-- | test/math/.cvsignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/math/.cvsignore b/test/math/.cvsignore new file mode 100644 index 000000000..31ed5f055 --- /dev/null +++ b/test/math/.cvsignore @@ -0,0 +1,8 @@ +libm-test-ulps.h +libm-test.c +test-double +test-idouble +test-float +test-ifloat +test-ldouble +test-ildouble |