forked from gentoo-utils/gentoo-utils
move fuzz stuff into its own directory
This commit is contained in:
@@ -19,4 +19,6 @@ gentoo_utils = static_library(
|
||||
link_with: [thiserror],
|
||||
)
|
||||
|
||||
subdir('tests')
|
||||
if get_option('fuzz').enabled()
|
||||
subdir('fuzz')
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user