diff options
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index a8b9d41..2c20b45 100644 --- a/meson.build +++ b/meson.build @@ -68,7 +68,7 @@ alabaster = declare_dependency(include_directories: alabaster_inc, dependencies: alabaster_deps, sources: alabaster_src, compile_args: alabaster_args) -if get_option('tests').auto() and not meson.is_subproject() +if get_option('tests').allowed() and not meson.is_subproject() tests_src = [ 'tests/main.c', 'tests/lib.c', |