1executable( 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) 9