about summary refs log tree commit diff
path: root/math/test-ldouble.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/test-ldouble.h')
-rw-r--r--math/test-ldouble.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/test-ldouble.h b/math/test-ldouble.h
index 481561f1e7..63f5008b95 100644
--- a/math/test-ldouble.h
+++ b/math/test-ldouble.h
@@ -23,3 +23,7 @@
 #define PRINTF_NEXPR "Lf"
 #define TEST_LDOUBLE 1
 #define BUILD_COMPLEX(real, imag) (CMPLXL ((real), (imag)))
+#define PREFIX LDBL
+#define TYPE_STR "ldouble"
+#define LIT(x) (x ## L)
+#define FTOSTR snprintf