Skip to content

cbracken/cc_project_template_bazel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProjectTemplate

A Bazel and googletest-based C++ project template.

Prerequisites

To build, you'll need Bazel and a clang build toolchain installed on your system.

Building and running

Unit tests

To build the unit tests, run:

bazel build //foobar:foobar_test

To build and run the unit tests, run:

bazel test //foobar:foobar_test

Executable binary

To build and run the binary:

bazel build //foobar:foobar
./bazel-bin/foobar/foobar

About

A bazel and googletest-based C++ project template.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors