forked from gentoo-utils/gentoo-utils
add some docs
This commit is contained in:
10
meson.build
10
meson.build
@@ -28,3 +28,13 @@ endif
|
||||
if get_option('fuzz').enabled()
|
||||
subdir('fuzz')
|
||||
endif
|
||||
|
||||
if get_option('docs').enabled()
|
||||
rust.doctest(
|
||||
'doctests',
|
||||
gentoo_utils,
|
||||
dependencies: [mon, get, itertools],
|
||||
link_with: [thiserror],
|
||||
args: ['--nocapture'],
|
||||
)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user