This patch does not do anything, but paves the way for future changes, where %run command will be expanded into a script performing the testing on device. Differential Revision: https://reviews.llvm.org/D46553 llvm-svn: 332144
6 lines
246 B
Plaintext
6 lines
246 B
Plaintext
RUN: %cpp_compiler %S/CustomMutatorTest.cpp -o %t-CustomMutatorTest
|
|
RUN: not %run %t-CustomMutatorTest 2>&1 | FileCheck %s --check-prefix=LLVMFuzzerCustomMutator
|
|
LLVMFuzzerCustomMutator: In LLVMFuzzerCustomMutator
|
|
LLVMFuzzerCustomMutator: BINGO
|
|
|