[LibFuzzer] test_single_input option to run a single test case.
[oota-llvm.git] / lib / Fuzzer / FuzzerFlags.def
index 824c9f1b912bf433b8edd94037bb4c65e5cdf42a..3b2a0f5544c5ea823a5d490e3917d3122aaf6c29 100644 (file)
@@ -66,3 +66,4 @@ FUZZER_FLAG_INT(tbm_depth, 5, "Apply at most this number of consecutive"
                                "trace-based-mutations (tbm).")
 FUZZER_FLAG_INT(tbm_width, 5, "Apply at most this number of independent"
                                "trace-based-mutations (tbm)")
+FUZZER_FLAG_STRING(test_single_input, "Use specified file as test input.")
\ No newline at end of file