diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-06-10 22:20:17 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-06-10 22:23:54 +0200 |
commit | 0f0cf7ec49719ab3c357813689bf1095234d6533 (patch) | |
tree | a696368bfa111461e2501fceb0bb43dea5170aac /test/.gitignore | |
parent | 0671149ee68ee76d357c6dade14249fc9858d934 (diff) |
lgamma: fix sign handling
add testcase from
http://sourceware.org/bugzilla/show_bug.cgi?id=4407
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'test/.gitignore')
-rw-r--r-- | test/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/.gitignore b/test/.gitignore index 464130d57..2070168b9 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -119,6 +119,7 @@ math/compile_test math/libm-test-ulps.h math/libm-test.c math/rint +math/signgam math/test-double math/test-ildoubl math/test-ldouble |