forked from gentoo-utils/gentoo-utils
port check.sh to use only meson
This commit is contained in:
@@ -20,6 +20,10 @@ gentoo_utils = static_library(
|
||||
link_with: [thiserror],
|
||||
)
|
||||
|
||||
if get_option('test').enabled()
|
||||
rust.test('unittests', gentoo_utils)
|
||||
endif
|
||||
|
||||
if get_option('fuzz').enabled()
|
||||
subdir('fuzz')
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user