diff options
author | Yinan Zhang <zyn8950@gmail.com> | 2019-04-30 13:54:00 -0700 |
---|---|---|
committer | Qi Wang <interwq@gmail.com> | 2019-05-22 09:38:39 -0700 |
commit | c92ac306013bc95cd5f34de421b1aa5eb1f28971 (patch) | |
tree | 43a1fa985efa83d47a5530e580db7f6381c3ccf7 /test | |
parent | 4c63b0e76a693b0cfdf209cb4f8fbd1ed74453b0 (diff) |
Add confirm_conf option
If the confirm_conf option is set, when the program starts, each of
the four malloc_conf strings will be printed, and each option will
be printed when being set.
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/mallctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/mallctl.c b/test/unit/mallctl.c index 498f9e06..3a75ac04 100644 --- a/test/unit/mallctl.c +++ b/test/unit/mallctl.c @@ -159,6 +159,7 @@ TEST_BEGIN(test_mallctl_opt) { TEST_MALLCTL_OPT(bool, abort, always); TEST_MALLCTL_OPT(bool, abort_conf, always); + TEST_MALLCTL_OPT(bool, confirm_conf, always); TEST_MALLCTL_OPT(const char *, metadata_thp, always); TEST_MALLCTL_OPT(bool, retain, always); TEST_MALLCTL_OPT(const char *, dss, always); |