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
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
option('fuzz', type: 'feature', value: 'disabled')
|
||||
option('test', type: 'feature', value: 'disabled')
|
||||
option('tests', type: 'feature', value: 'disabled')
|
||||
Reference in New Issue
Block a user