forked from gentoo-utils/gentoo-utils
fixup
This commit is contained in:
3
check.sh
3
check.sh
@@ -22,4 +22,5 @@ meson test -C ${build} || exit $?
|
||||
|
||||
rm -rf ${build}
|
||||
|
||||
meson format --recursive --check-only || exit $?
|
||||
# hack to make sure we use the system meson, since meson format from git is broken
|
||||
/usr/bin/meson format --recursive --check-only || exit $?
|
||||
|
||||
@@ -35,10 +35,6 @@ fuzz_rs = static_library(
|
||||
link_with: [gentoo_utils],
|
||||
)
|
||||
|
||||
fuzz = executable(
|
||||
'fuzz',
|
||||
link_args: ['-fsanitize=fuzzer'],
|
||||
link_with: [fuzz_rs],
|
||||
)
|
||||
fuzz = executable('fuzz', link_args: ['-fsanitize=fuzzer'], link_with: [fuzz_rs])
|
||||
|
||||
test('fuzz', fuzz, args: [corpus_directory], depends: [corpus], timeout: 0)
|
||||
|
||||
Reference in New Issue
Block a user