forked from gentoo-utils/gentoo-utils
change "test" meson option to "tests"
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user