port check.sh to use only meson

This commit is contained in:
John Turner
2025-11-20 23:47:54 +00:00
parent 699d4bafd0
commit 360a44d608
3 changed files with 20 additions and 13 deletions

View File

@@ -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