What problem does it solve?
This Skill streamlines the process of running and debugging tests for the MAPL (Modeling Analysis and Prediction Layer) software, enabling faster development cycles and more reliable code.
Core Features & Use Cases
- Two Testing Workflows: Offers both a comprehensive full test suite (
ctest) and a rapid iteration workflow specifically for generic3g components.
- Debugging Tools: Provides guidance on using test flags (
-d, -f) for targeted debugging and troubleshooting common issues like library load errors and license problems.
- Use Case: When developing new features in
generic3g, use the fast workflow to quickly run tests after each code change, significantly reducing feedback time compared to the full test suite.
Quick Start
Execute the fast testing workflow for generic3g by navigating to the test directory, building, setting the library path, and running the tests.