Skip to content

nigham/cpp-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp-playground

A pre-initialized playground for C++ with a working library, main file and test.

Uses the Bazel build system, links in Abseil and googletest libraries.

The only pre-requisite to building and testing is installing Bazel (instructions). With bazel installed, the following will build, test and run the code.

# Build all targets.
bazel build :main

# Run the binary.
bazel run :main

# Execute tests.
bazel test :my_lib_test

About

Pre-initialized playground for C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published