You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: enable debugging entire test suite (#91)
Added support for debugging the entire test executable (suite) without test filters.
When the main suite ID is provided to DebugTest(), it now runs the executable
with no arguments instead of applying -t or -sg filters.
- Modified CppUTestContainer.DebugTest() to detect CppUTestSuite instances
- When suite is detected, set empty args array to run all tests
- Added test case to verify suite-level debugging behavior
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>