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
- Host: GitHub
- URL: https://github.com/anderspitman/cpp_bootstrap
- Owner: anderspitman
- Created: 2016-02-10T23:34:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-13T05:02:15.000Z (over 9 years ago)
- Last Synced: 2025-03-15T07:54:26.674Z (about 1 year ago)
- Language: C++
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.