summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index d671ba5..7bc2184 100644
--- a/meson.build
+++ b/meson.build
@@ -20,7 +20,7 @@ gentoo_utils = static_library(
link_with: [thiserror],
)
-if get_option('test').enabled()
+if get_option('tests').enabled()
rust.test('unittests', gentoo_utils)
endif