Template for C TDD that uses the cpputest framework/test harness.
This template uses Makefiles instead of CMake
The shell function finds all the C source and header files in the './src' directory; then it applies the formatting specified in the .clang-format file. Right now it only runs when the ctests shell function is called. |
||
|---|---|---|
| .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 | ||