forked from gentoo-utils/gentoo-utils
enable fuzz feature in check.sh
This commit is contained in:
2
check.sh
2
check.sh
@@ -13,7 +13,7 @@ for file in $(find src -type f -name '*.rs'); do
|
|||||||
done
|
done
|
||||||
|
|
||||||
if [[ ! -d build ]]; then
|
if [[ ! -d build ]]; then
|
||||||
meson setup -Dtests=enabled build || exit $?
|
meson setup -Dfuzz=enabled -Dtests=enabled build || exit $?
|
||||||
fi
|
fi
|
||||||
|
|
||||||
meson compile -C build || exit $?
|
meson compile -C build || exit $?
|
||||||
|
|||||||
Reference in New Issue
Block a user