test
CommunityRun unit tests with CTest.
AuthorAlexandrePrevot
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill enables quick execution of unit tests for the OrderParserProcessor project, helping you verify code quality and identify failures early.
Core Features & Use Cases
- Run all tests: Execute the complete test suite via CTest.
- Run specific tests: Target tests by pattern using -R.
- List available tests: Discover tests with -N.
- Rerun failed tests: Re-run only previously failed tests with --rerun-failed.
Quick Start
After building with tests enabled, locate the build directory and run ctest with your preferred options, for example:
- ctest --test-dir <build_dir> -R backend --output-on-failure
- ctest --test-dir <build_dir> --rerun-failed --output-on-failure
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: test Download link: https://github.com/AlexandrePrevot/OrderParserProcessor/archive/main.zip#test Please download this .zip file, extract it, and install it in the .claude/skills/ directory.