summaryrefslogtreecommitdiffstats
path: root/test/jemalloc_test.h.in
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2011-07-31 00:27:02 (GMT)
committerJason Evans <jasone@canonware.com>2011-07-31 00:27:02 (GMT)
commit446c3b22f1299ff4a5549b0b36540bceda6c3beb (patch)
tree56e74b11294ca1ced74274bad05f4a153475b558 /test/jemalloc_test.h.in
parent5ef7abf6d846720fb3fb8c737861c99b5ad1d862 (diff)
parent4c48481e7c8f5e5dce55aa55d725e1a479b01224 (diff)
downloadjemalloc-2.2.2.zip
jemalloc-2.2.2.tar.gz
jemalloc-2.2.2.tar.bz2
Merge branch 'dev'2.2.2
Diffstat (limited to 'test/jemalloc_test.h.in')
-rw-r--r--test/jemalloc_test.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/jemalloc_test.h.in b/test/jemalloc_test.h.in
new file mode 100644
index 0000000..0c48895
--- /dev/null
+++ b/test/jemalloc_test.h.in
@@ -0,0 +1,6 @@
+/*
+ * This header should be included by tests, rather than directly including
+ * jemalloc/jemalloc.h, because --with-install-suffix may cause the header to
+ * have a different name.
+ */
+#include "jemalloc/jemalloc@install_suffix@.h"