An open API service indexing awesome lists of open source software.

https://github.com/anderspitman/cpp_bootstrap

Simple C++ project with Makefile and unit testing with catch
https://github.com/anderspitman/cpp_bootstrap

Last synced: about 1 year ago
JSON representation

Simple C++ project with Makefile and unit testing with catch

Awesome Lists containing this project

README

          

# C++ Bootstrap with Catch unit testing
Run `make program` to run a simple example program.

Run `make test` to run a simple example test suite.

Modify `Makefile`, `src/main.cc`, `src/program.cc`, `include/program.h`,
and `test/test_program.cc` as necessary.