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 | ) |