From b2efbbcdbbb3fa4a9cb2f80359f4e1b24116239e Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Thu, 8 Aug 2019 14:18:15 -0400 Subject: use better #ifdef tests --- math.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math.c') diff --git a/math.c b/math.c index 3cf65e6..8db3d1e 100644 --- a/math.c +++ b/math.c @@ -1,4 +1,5 @@ #include +#include "_math.h" #include "test.h" void test_math_h(void) @@ -15,7 +16,6 @@ void test_math_h(void) testing_header("math.h"); - test_defined(HUGE_VAL); test_double(acos(1), 0); test_double(asin(1), 0); test_double(atan(1), 0); -- cgit v1.2.1