add feature test macros to non-c99 math tests
[libc-test] / src / math / ldexpl.c
index c45e9c5..8aa6a22 100644 (file)
@@ -1,13 +1,15 @@
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct li_l t[] = {
 #if LDBL_MANT_DIG == 53
 #include "sanity/ldexp.h"
+#include "special/ldexp.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/ldexpl.h"
+#include "special/ldexpl.h"
 
 #endif
 };