cpp-test
Enforce TDD workflow for C++. Write GoogleTest tests first, then implement. Verify coverage with gcov/lcov.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install cpp-test --cli claudewrites the file to.claude/commands/cpp-test.mdListed as compatible
Configuration
# fetches the source and writes it to:
.claude/commands/cpp-test.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
Enforce TDD workflow for C++. Write GoogleTest tests first, then implement. Verify coverage with gcov/lcov.
When to use it
Enforce TDD workflow for C++. Write GoogleTest tests first, then implement. Verify coverage with gcov/lcov.
How to install / invoke
Vendored from affaan-m/ecc (workflows). See the source: https://github.com/affaan-m/ecc/blob/main/commands/cpp-test.md
Notes
Ingested from the affaan-m/ecc harness library (MIT).