math: add special case test vectors
[libc-test] / src / math / roundl.c
index 06abed6..53b254f 100644 (file)
@@ -5,9 +5,11 @@
 static struct l_l t[] = {
 #if LDBL_MANT_DIG == 53
 #include "sanity/round.h"
+#include "special/round.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/roundl.h"
+#include "special/roundl.h"
 
 #endif
 };