Exercism exercises in YAMLScript.
Actions for this repository are all automated in the Makefile.
make check
make test
make test v=1
# verbosemake test test=hello-world
# Test single exercise
Run make check
to check:
- YAML files are correct
- Shell files are correct
- Exercism is set up correctly
- Each exercise is verified
- Also runs
make test
To test all exercises, run make test
.
To test a single exercise, run make test test=<exercise-slug>
.