math: add some special case tests
[libc-test] / src / math / hypotf.c
index 7b47807..bd5830b 100644 (file)
@@ -1,10 +1,11 @@
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct ff_f t[] = {
 #include "ucb/hypotf.h"
 #include "sanity/hypotf.h"
+#include "special/hypotf.h"
 
 };