add regex REG_ICASE test for austingroupbug #872
[libc-test] / src / math / erfcl.c
index 4e7ffec..f8021f3 100644 (file)
@@ -1,13 +1,15 @@
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct l_l t[] = {
 #if LDBL_MANT_DIG == 53
 #include "sanity/erfc.h"
+#include "special/erfc.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/erfcl.h"
+#include "special/erfcl.h"
 
 #endif
 };