summaryrefslogtreecommitdiff
path: root/test/fuzzer/fuzzer-custommutator.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/fuzzer/fuzzer-custommutator.test')
-rw-r--r--test/fuzzer/fuzzer-custommutator.test5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/fuzzer/fuzzer-custommutator.test b/test/fuzzer/fuzzer-custommutator.test
new file mode 100644
index 000000000..7a693cd47
--- /dev/null
+++ b/test/fuzzer/fuzzer-custommutator.test
@@ -0,0 +1,5 @@
+RUN: %cpp_compiler %S/CustomMutatorTest.cpp -o %t-CustomMutatorTest
+RUN: not %t-CustomMutatorTest 2>&1 | FileCheck %s --check-prefix=LLVMFuzzerCustomMutator
+LLVMFuzzerCustomMutator: In LLVMFuzzerCustomMutator
+LLVMFuzzerCustomMutator: BINGO
+