make_test
Run project tests using make with configurable working directory, target, arguments, and parallel execution.
Instructions
Run make test command to execute project tests
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Additional arguments to pass to make | |
| target | No | Specific make target to run (defaults to "test") | |
| parallel | No | Number of parallel jobs (-j flag) | |
| directory | No | Working directory for the make command |