new test system
[libc-test] / src / math / sinl.c
index 399baf6..bd1d78f 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/sin.h"
 #include "ucb/sin.h"
 #include "sanity/sin.h"
+#include "special/sin.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/sinl.h"
+#include "special/sinl.h"
 
 #endif
 };