summaryrefslogtreecommitdiff
path: root/test/math/Makefile.in
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-10-31 03:02:00 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-10-31 03:02:00 +0100
commit195931714a882765af150167115dcc9077da2213 (patch)
treeb69a32ea49d0aba29764a84425db248c002ec551 /test/math/Makefile.in
parentd726ada135fa7324b44b47d1d5fcf3f5317d343c (diff)
libm: remove int_WRAPPER_C99 macro, add test which checks that I did not break it
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'test/math/Makefile.in')
-rw-r--r--test/math/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/math/Makefile.in b/test/math/Makefile.in
index 0acbe9cac..3f9edf833 100644
--- a/test/math/Makefile.in
+++ b/test/math/Makefile.in
@@ -4,7 +4,7 @@
TESTS := basic-test tst-definitions test-fpucw test-float test-ifloat test-double test-idouble \
rint signgam ilogb
ifeq ($(UCLIBC_HAS_LONG_DOUBLE_MATH),y)
-TESTS += test-ldouble test-ildoubl compile_test
+TESTS += test-ldouble test-ildoubl compile_test c99_test
else
CFLAGS_basic-test := -DNO_LONG_DOUBLE
endif