diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 9c130ed6..023140bd 100644 --- a/configure.ac +++ b/configure.ac @@ -43,6 +43,7 @@ m4_define([ENABLE_TEST_MODULE], [pmap_update_mp], [test_pmap_update_mp=yes], [sref_dirty_zeroes], [test_sref_dirty_zeroes=yes], [sref_noref], [test_sref_noref=yes], + [sref_weakref], [test_sref_weakref=yes], [vm_page_fill], [test_vm_page_fill=yes], [x86_double_fault], [test_x86_double_fault=yes], [xcall], [test_xcall=yes], @@ -60,6 +61,8 @@ AM_CONDITIONAL([TEST_SREF_DIRTY_ZEROES], [test x"$test_sref_dirty_zeroes" = xyes]) AM_CONDITIONAL([TEST_SREF_NOREF], [test x"$test_sref_noref" = xyes]) +AM_CONDITIONAL([TEST_SREF_WEAKREF], + [test x"$test_sref_weakref" = xyes]) AM_CONDITIONAL([TEST_VM_PAGE_FILL], [test x"$test_vm_page_fill" = xyes]) AM_CONDITIONAL([TEST_X86_DOUBLE_FAULT], |