A Bazel and googletest-based C++ project template.
To build, you'll need Bazel and a clang build toolchain installed on your system.
To build the unit tests, run:
bazel build //foobar:foobar_test
To build and run the unit tests, run:
bazel test //foobar:foobar_test
To build and run the binary:
bazel build //foobar:foobar
./bazel-bin/foobar/foobar