Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / fuzzer / standalone.test
blobcd2422e4e6838ddd674596396ab9d3147c0136b7
1 RUN: %no_fuzzer_c_compiler %libfuzzer_src/standalone/StandaloneFuzzTargetMain.c -c -o %t_1.o
2 RUN: %no_fuzzer_cpp_compiler %S/InitializeTest.cpp -c -o %t_2.o
4 RUN: %no_fuzzer_cpp_compiler %t_1.o %t_2.o -o %t-StandaloneInitializeTest
5 RUN: %run %t-StandaloneInitializeTest %S/hi.txt %S/dict1.txt 2>&1 | FileCheck %s
6 CHECK: StandaloneFuzzTargetMain: running 2 inputs
7 CHECK: Done:    {{.*}}hi.txt: (3 bytes)
8 CHECK: Done:    {{.*}}dict1.txt: (61 bytes)