math: add special case test vectors
[libc-test] / src / math / lgammal.c
index d282de2..352df9b 100644 (file)
@@ -5,9 +5,11 @@
 static struct l_li t[] = {
 #if LDBL_MANT_DIG == 53
 #include "sanity/lgamma.h"
+#include "special/lgamma.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/lgammal.h"
+#include "special/lgammal.h"
 
 #endif
 };