math: add test vectors for exp functions
[libc-test] / src / math / logbl.c
index 2c70eda..ad0ccff 100644 (file)
@@ -5,9 +5,11 @@
 static struct l_l t[] = {
 #if LDBL_MANT_DIG == 53
 #include "sanity/logb.h"
+#include "special/logb.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/logbl.h"
+#include "special/logbl.h"
 
 #endif
 };