summaryrefslogtreecommitdiff
path: root/math.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-08-08 14:18:15 -0400
committerJakob Kaivo <jkk@ung.org>2019-08-08 14:18:15 -0400
commitb2efbbcdbbb3fa4a9cb2f80359f4e1b24116239e (patch)
tree1b762a171137cb06db943e3c2df7da127b89e001 /math.c
parent73d1d7fbbdde1a7108082aa9780a27a1b8fcb671 (diff)
use better #ifdef tests
Diffstat (limited to 'math.c')
-rw-r--r--math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math.c b/math.c
index 3cf65e6..8db3d1e 100644
--- a/math.c
+++ b/math.c
@@ -1,4 +1,5 @@
#include <math.h>
+#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);