diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/Makefile b/math/Makefile index 44b4e7de3e..3b1ff4332b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -80,9 +80,7 @@ tests = test-float test-double $(test-longdouble-$(long-double-fcts)) \ test-ifloat test-idouble test-matherr test-fenv # We do the `long double' tests only if this data type is available and # distrinct from `double'. -# -# XXX This test is disabled for now since the functions are too buggy. -#test-longdouble-yes = test-ldouble test-ildoubl +test-longdouble-yes = test-ldouble test-ildoubl CFLAGS-test-float.c = -fno-inline CFLAGS-test-double.c = -fno-inline |