Template for C TDD that uses the cpputest framework/test harness.
This template uses Makefiles instead of CMake
This is what I found on a stackoverflow post for their recommended settings for the allman style. I'm going to try it for awhile and see what I think. |
||
|---|---|---|
| .template_files | ||
| build | ||
| cpputest@c3625dc668 | ||
| docs | ||
| inc | ||
| mocks | ||
| src | ||
| tests | ||
| .clang-format | ||
| .gitignore | ||
| .gitmodules | ||
| CMakeLists.txt | ||
| compile_commands.json | ||
| Doxyfile | ||
| otto.sh | ||
| README.md | ||
| setup.sh | ||