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