math: add special case test vectors
[libc-test] / src / math / ilogbl.c
index 1dcac12..f34c891 100644 (file)
@@ -5,9 +5,11 @@
 static struct l_i t[] = {
 #if LDBL_MANT_DIG == 53
 #include "sanity/ilogb.h"
+#include "special/ilogb.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/ilogbl.h"
+#include "special/ilogbl.h"
 
 #endif
 };