blob: b4a51c60565b4f11ac6117173255bcf637d3f3f6 [file] [log] [blame]
Matt Johnston060c71e2025-01-08 14:35:13 +08001if get_option('bindings').contains('i2c')
2 executable(
3 'i2c-fuzz',
4 'i2c-fuzz.c',
5 # for __AFL_LOOP
6 cpp_args: ['-Wno-gnu-statement-expression-from-macro-expansion'],
7 include_directories: test_include_dirs,
8 dependencies: [libmctp_dep],
9 )
10endif