math: add some further fenv rounding mode tests
[libc-test] / src / math / expm1l.c
index 7950542..c365d9f 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 "crlibm/expm1.h"
 #include "sanity/expm1.h"
+#include "special/expm1.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/expm1l.h"
+#include "special/expm1l.h"
 
 #endif
 };