math: add fenv test and new 'add' function in gen
[libc-test] / src / math / atan2l.c
index d6d5ae4..be3c8fb 100644 (file)
@@ -6,9 +6,11 @@ static struct ll_l t[] = {
 #if LDBL_MANT_DIG == 53
 #include "ucb/atan2.h"
 #include "sanity/atan2.h"
+#include "special/atan2.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/atan2l.h"
+#include "special/atan2l.h"
 
 #endif
 };