math: add nextafter*, nextoward* and scalb to gen
[libc-test] / src / math / nexttowardl.c
index f38c36e..5f28334 100644 (file)
@@ -4,8 +4,10 @@
 
 static struct ll_l t[] = {
 #if LDBL_MANT_DIG == 53
+#include "sanity/nexttoward.h"
 
 #elif LDBL_MANT_DIG == 64
+#include "sanity/nexttowardl.h"
 
 #endif
 };