Supports regression test in fuzzing_launcher (#56)

Supports regression test in fuzzing_launcher

Adds string_flag engine to decide the fuzzing_launcher behavior.

Adds engine to launcher and adds is_regression to fuzzing_launcher

Constructs all launcher args in a list

Signed-off-by: tengpeng <tengpeng.li2020@gmail.com>

	modified:   .bazelrc
	modified:   WORKSPACE
	modified:   fuzzing/BUILD
	modified:   fuzzing/common.bzl
	modified:   fuzzing/repositories.bzl
	modified:   fuzzing/tools/launcher.py
7 files changed
tree: aabc50e16879d22697361a76802ed97c4c355cc1
  1. .github/
  2. docs/
  3. examples/
  4. fuzzing/
  5. .bazelrc
  6. BUILD
  7. CODEOWNERS
  8. LICENSE
  9. README.md
  10. WORKSPACE
README.md

Bazel Rules for Fuzz Tests

This repository contains Bazel Starlark extensions for defining fuzz tests in Bazel projects.

This is not an officially supported Google product.