Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
libmctp
/
2da0a8f408f58e1725c08b547006cb7a40b0750c
/
.
/
tests
/
fuzz
/
meson.build
blob: 851e2541c9e4e9b841d68ececf920cd0ef133003 [
file
] [
log
] [
blame
]
if
get_option
(
'bindings'
).
contains
(
'i2c'
)
executable
(
'i2c-fuzz'
,
'i2c-fuzz.c'
,
# for __AFL_LOOP
cpp_args
:
[
'-Wno-gnu-statement-expression-from-macro-expansion'
],
include_directories
:
test_include_dirs
,
dependencies
:
[
libmctp_dep
],
)
endif