math/scalb* max scale test cases
[libc-test] / src / math / remainderl.c
index 5ce0f97..83cedc1 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/remainder.h"
+#include "special/remainder.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/remainderl.h"
+#include "special/remainderl.h"
 
 #endif
 };