From 195931714a882765af150167115dcc9077da2213 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 31 Oct 2010 03:02:00 +0100 Subject: libm: remove int_WRAPPER_C99 macro, add test which checks that I did not break it Signed-off-by: Denys Vlasenko --- test/math/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/math/Makefile.in') 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 -- cgit v1.2.3