You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
268 B

# Test that libFuzzer reads files properly.
# Account for the fact that echo will add a trailing newline.
RUN: echo -e "Hello\r\nWorld\r" > %t-testcase
RUN: %cpp_compiler %S/ReadBinaryTest.cpp -o %t-fuzzer
RUN: %run %t-fuzzer %t-testcase | FileCheck %s
CHECK: BINGO!