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