Template for C TDD that uses the cpputest framework/test harness. This template uses Makefiles instead of CMake
Find a file Use this template
2026-07-20 20:08:22 -07:00
.template_files Commented out genreally not used vars. 2026-07-20 20:08:22 -07:00
build
cpputest@c3625dc668 added cpputest as a git-submodule 2024-03-06 21:29:39 -08:00
docs Added new directory for holding generated documentation. 2026-05-29 23:50:08 -07:00
inc Added and included the "inc" directory in the project root. Also added in line to include the mocks dir 2024-06-14 13:38:04 -07:00
mocks added an empty cmake file into mocks 2024-03-15 14:23:11 -07:00
scripts Updated otto.sh to be OS aware, also added more automation. 2026-07-20 19:36:52 -07:00
src removed whitespace 2024-08-04 09:28:29 -07:00
tests removed MockRegEdit from cmake 2026-07-20 19:37:26 -07:00
.clang-format fixed cli flags 2024-08-04 09:27:15 -07:00
.gitignore Updated gitignore 2026-07-19 20:13:25 -07:00
.gitmodules added cpputest as a git-submodule 2024-03-06 21:29:39 -08:00
CMakeLists.txt Updated with cpputest vars 2026-05-29 23:39:39 -07:00
Doxyfile Updated default doxygen config. 2026-07-20 19:36:30 -07:00
README.md Added basic readme outline 2026-07-20 12:08:25 -07:00

project_name

Description

Documentation

Building Project

Contributing