diff options
-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 d9fdd05..0b14e78 100644 --- a/test/unit/mallctl.c +++ b/test/unit/mallctl.c @@ -157,6 +157,7 @@ TEST_BEGIN(test_mallctl_opt) { } while (0) TEST_MALLCTL_OPT(bool, abort, always); + TEST_MALLCTL_OPT(bool, abort_conf, always); TEST_MALLCTL_OPT(bool, metadata_thp, always); TEST_MALLCTL_OPT(bool, retain, always); TEST_MALLCTL_OPT(const char *, dss, always); |