diff --git a/meson.build b/meson.build index 1ab1e0a7..3460188d 100644 --- a/meson.build +++ b/meson.build @@ -148,7 +148,7 @@ endif # --- Conditionally add subdirs --- # ------------------------------------- -if get_option('enable_tests') or get_option('enable_tests-ho') +if get_option('enable_tests') or get_option('enable_tests_ho') subdir('tests') endif