diff options
Diffstat (limited to 'test/math/Makefile.in')
-rw-r--r-- | test/math/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/math/Makefile.in b/test/math/Makefile.in index 3f9edf833..e76cbdbaa 100644 --- a/test/math/Makefile.in +++ b/test/math/Makefile.in @@ -3,6 +3,7 @@ TESTS := basic-test tst-definitions test-fpucw test-float test-ifloat test-double test-idouble \ rint signgam ilogb +# gamma (removed from TESTS, need to add "small errors are ok" machinery there) ifeq ($(UCLIBC_HAS_LONG_DOUBLE_MATH),y) TESTS += test-ldouble test-ildoubl compile_test c99_test else |