Matt Johnston | 060c71e | 2025-01-08 14:35:13 +0800 | [diff] [blame] | 1 | if 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 | ) | ||||
10 | endif |