mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-31 12:53:07 +02:00
Merge branch 'dab_disable_fuzzing_tests' into 'main'
fuzzing: do not build tests if build_tests is false See merge request GNOME/glib!3319
This commit is contained in:
commit
66492ec02e
@ -67,7 +67,7 @@ foreach target_name : fuzz_targets
|
|||||||
# If the FuzzingEngine isn’t available, build some unit tests to check that
|
# If the FuzzingEngine isn’t available, build some unit tests to check that
|
||||||
# the fuzzing files do basically work. This doesn’t do any actual fuzzing though.
|
# the fuzzing files do basically work. This doesn’t do any actual fuzzing though.
|
||||||
# Pass in the README as an arbitrary fuzzing input, just so we have something.
|
# Pass in the README as an arbitrary fuzzing input, just so we have something.
|
||||||
if not have_fuzzing_engine
|
if build_tests and not have_fuzzing_engine
|
||||||
test(target_name, exe,
|
test(target_name, exe,
|
||||||
args : files('README.md'),
|
args : files('README.md'),
|
||||||
suite : 'fuzzing',
|
suite : 'fuzzing',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user