new test system
[libc-test] / src / math / fmodl.c
index 7f715e3..e10cd8a 100644 (file)
@@ -1,14 +1,16 @@
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct ll_l t[] = {
 #if LDBL_MANT_DIG == 53
 #include "ucb/fmod.h"
 #include "sanity/fmod.h"
+#include "special/fmod.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/fmodl.h"
+#include "special/fmodl.h"
 
 #endif
 };