diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-08-08 14:18:15 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-08-08 14:18:15 -0400 |
commit | b2efbbcdbbb3fa4a9cb2f80359f4e1b24116239e (patch) | |
tree | 1b762a171137cb06db943e3c2df7da127b89e001 /math.c | |
parent | 73d1d7fbbdde1a7108082aa9780a27a1b8fcb671 (diff) |
use better #ifdef tests
Diffstat (limited to 'math.c')
-rw-r--r-- | math.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |