math: add test vectors for exp functions
[libc-test] / src / math / cbrt.c
index 55ecc5a..5411dd1 100644 (file)
@@ -4,6 +4,7 @@
 
 static struct d_d t[] = {
 #include "sanity/cbrt.h"
+#include "special/cbrt.h"
 
 };