| 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], | ||||
| Patrick Williams | 2da0a8f | 2025-02-03 14:14:15 -0500 | [diff] [blame] | 9 | ) |
| Matt Johnston | 060c71e | 2025-01-08 14:35:13 +0800 | [diff] [blame] | 10 | endif |