mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
@@ -373,13 +373,11 @@ result = cpp.run(
|
|||||||
FUZZING_WITH_CLUSTERFUZZLITE = result.returncode() == 0
|
FUZZING_WITH_CLUSTERFUZZLITE = result.returncode() == 0
|
||||||
|
|
||||||
have_afl = false
|
have_afl = false
|
||||||
if FUZZ_OPT.enabled()
|
result = cpp.run(fs.read('compiler-checks/have-afl.cc'), name: 'HAVE_AFL')
|
||||||
result = cpp.run(fs.read('compiler-checks/have-afl.cc'), name: 'HAVE_AFL')
|
if result.returncode() == 0
|
||||||
if result.returncode() == 0
|
|
||||||
have_afl = true
|
have_afl = true
|
||||||
endif
|
|
||||||
conf_data.set('HAVE_AFL', have_afl)
|
|
||||||
endif
|
endif
|
||||||
|
conf_data.set('HAVE_AFL', have_afl)
|
||||||
|
|
||||||
if GTEST_DEP.found()
|
if GTEST_DEP.found()
|
||||||
result = cpp.run(
|
result = cpp.run(
|
||||||
|
Reference in New Issue
Block a user