init Bazel WORKSPACE and create a dummy cc_binary (#5)

* init Bazel WORKSPACE and create a dummy cc_binary and cc_test

* add workflow actions to do bazel test when push or pull request

* add CODEOWNERS
6 files changed
tree: 01c4e00366b5ca0661000dff223b2ebc10f586a0
  1. .github/
  2. docs/
  3. BUILD
  4. CODEOWNERS
  5. dummy_test.cc
  6. hello_world.cc
  7. LICENSE
  8. README.md
  9. 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.