math/scalb* max scale test cases
[libc-test] / src / math / fminl.c
index c3c4ffd..91f3e87 100644 (file)
@@ -1,13 +1,15 @@
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct ll_l t[] = {
 #if LDBL_MANT_DIG == 53
 #include "sanity/fmin.h"
+#include "special/fmin.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/fminl.h"
+#include "special/fminl.h"
 
 #endif
 };