move fuzz stuff into its own directory

This commit is contained in:
John Turner
2025-11-16 20:31:19 +00:00
parent 7c404ca8c5
commit 424bd9d072
5 changed files with 36 additions and 29 deletions

View File

@@ -19,4 +19,6 @@ gentoo_utils = static_library(
link_with: [thiserror],
)
subdir('tests')
if get_option('fuzz').enabled()
subdir('fuzz')
endif