diff options
Diffstat (limited to 'test/unit')
-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 29823a6..31e354c 100644 --- a/test/unit/mallctl.c +++ b/test/unit/mallctl.c @@ -126,6 +126,7 @@ TEST_BEGIN(test_mallctl_config) assert_zu_eq(sz, sizeof(oldval), "Unexpected output size"); \ } while (0) + TEST_MALLCTL_CONFIG(cache_oblivious); TEST_MALLCTL_CONFIG(debug); TEST_MALLCTL_CONFIG(fill); TEST_MALLCTL_CONFIG(lazy_lock); |