summaryrefslogtreecommitdiff
path: root/test/include/test/jemalloc_test.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/include/test/jemalloc_test.h.in')
-rw-r--r--test/include/test/jemalloc_test.h.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/include/test/jemalloc_test.h.in b/test/include/test/jemalloc_test.h.in
index 3f8c0da7..600d993c 100644
--- a/test/include/test/jemalloc_test.h.in
+++ b/test/include/test/jemalloc_test.h.in
@@ -88,7 +88,8 @@ static const bool config_debug =
* public jemalloc interfaces with jet_ prefixes, so that stress tests can use
* a separate allocator for their internal data structures.
*/
-#elif defined(JEMALLOC_STRESS_TEST)
+#elif defined(JEMALLOC_STRESS_TEST) || \
+ defined(JEMALLOC_STRESS_CPP_TEST)
# include "jemalloc/jemalloc@install_suffix@.h"
# include "jemalloc/jemalloc_protos_jet.h"