2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 21:18:02 +00:00

[#3731] [#3793] Made AFL independent

This commit is contained in:
Francis Dupont 2025-03-18 09:42:53 +01:00
parent 8592cc6be7
commit 6474491659

View File

@ -373,13 +373,11 @@ result = cpp.run(
FUZZING_WITH_CLUSTERFUZZLITE = result.returncode() == 0
have_afl = false
if FUZZ_OPT.enabled()
result = cpp.run(fs.read('compiler-checks/have-afl.cc'), name: 'HAVE_AFL')
if result.returncode() == 0
have_afl = true
endif
conf_data.set('HAVE_AFL', have_afl)
result = cpp.run(fs.read('compiler-checks/have-afl.cc'), name: 'HAVE_AFL')
if result.returncode() == 0
have_afl = true
endif
conf_data.set('HAVE_AFL', have_afl)
if GTEST_DEP.found()
result = cpp.run(