blob: 5412c7fde0b0543de69ecfafd587d740fcd9be7b [file] [log] [blame]
Matt Johnstonabe9b372024-11-11 17:17:44 +08001executable(
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)