Add missing mallctl unit test for abort_conf.

The abort_conf option was missed from test/unit/mallctl.
This commit is contained in:
Qi Wang 2017-08-11 16:06:51 -07:00 committed by Qi Wang
parent 82d1a3fb31
commit b0825351d9

View File

@ -157,6 +157,7 @@ TEST_BEGIN(test_mallctl_opt) {
} while (0) } while (0)
TEST_MALLCTL_OPT(bool, abort, always); TEST_MALLCTL_OPT(bool, abort, always);
TEST_MALLCTL_OPT(bool, abort_conf, always);
TEST_MALLCTL_OPT(bool, metadata_thp, always); TEST_MALLCTL_OPT(bool, metadata_thp, always);
TEST_MALLCTL_OPT(bool, retain, always); TEST_MALLCTL_OPT(bool, retain, always);
TEST_MALLCTL_OPT(const char *, dss, always); TEST_MALLCTL_OPT(const char *, dss, always);