add an sscanf regression test
[libc-test] / src / math / expl.c
index 6e118df..5231299 100644 (file)
@@ -1,15 +1,17 @@
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct l_l t[] = {
 #if LDBL_MANT_DIG == 53
 #include "crlibm/exp.h"
 #include "ucb/exp.h"
 #include "sanity/exp.h"
+#include "special/exp.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/expl.h"
+#include "special/expl.h"
 
 #endif
 };