Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
libpldm
/
refs/heads/main
/
.
/
tests
/
fuzz
/
meson.build
blob: 5412c7fde0b0543de69ecfafd587d740fcd9be7b [
file
] [
log
] [
blame
]
Matt Johnston
abe9b37
2024-11-11 17:17:44 +0800
[
diff
] [
blame
]
1
executable
(
2
'fd-fuzz'
,
3
'fd-fuzz.cpp'
,
4
# for __AFL_LOOP
5
cpp_args
:
[
'-Wno-gnu-statement-expression-from-macro-expansion'
],
6
include_directories
:
test_include_dirs
,
7
dependencies
:
[
libpldm_dep
],
8
)