math: add special case test vectors
[libc-test] / src / math / modfl.c
index c555cd4..787fb8b 100644 (file)
@@ -5,8 +5,10 @@
 static struct l_ll t[] = {
 #if LDBL_MANT_DIG == 53
 #include "sanity/modf.h"
+#include "special/modf.h"
 #elif LDBL_MANT_DIG == 64
 #include "sanity/modfl.h"
+#include "special/modfl.h"
 #endif
 };