math: add special case test vectors
[libc-test] / src / math / tanl.c
index c4980ab..f8b3f60 100644 (file)
@@ -7,9 +7,11 @@ static struct l_l t[] = {
 #include "crlibm/tan.h"
 #include "ucb/tan.h"
 #include "sanity/tan.h"
+#include "special/tan.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/tanl.h"
+#include "special/tanl.h"
 
 #endif
 };