math: add some further fenv rounding mode tests
[libc-test] / src / math / exp2f.c
index 9d29780..a3192d0 100644 (file)
@@ -1,9 +1,10 @@
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct f_f t[] = {
 #include "sanity/exp2f.h"
+#include "special/exp2f.h"
 
 };