math: fix test vectors for logb
[libc-test] / src / math / atanl.c
index 2b3d580..5bf3ee7 100644 (file)
@@ -4,11 +4,13 @@
 
 static struct l_l t[] = {
 #if LDBL_MANT_DIG == 53
-D
-#include "sanity/atanl.h"
-#elif LDBL_MANT_DIG == 64
+#include "crlibm/atan.h"
+#include "ucb/atan.h"
+#include "sanity/atan.h"
 
+#elif LDBL_MANT_DIG == 64
 #include "sanity/atanl.h"
+
 #endif
 };