math: add special case test vectors
[libc-test] / src / math / log1pl.c
index 07b0afa..53ff8d9 100644 (file)
@@ -6,9 +6,11 @@ static struct l_l t[] = {
 #if LDBL_MANT_DIG == 53
 #include "crlibm/log1p.h"
 #include "sanity/log1p.h"
+#include "special/log1p.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/log1pl.h"
+#include "special/log1pl.h"
 
 #endif
 };