Files
OrcaSlicer/tests/README.md

9 lines
487 B
Markdown

# OrcaSlicer tests
Building, running and writing tests is documented on the wiki, under [How to Test](https://www.orcaslicer.com/wiki/developer_reference/how_to_test.html).
Two files here rather than there, because coding agents only read what is in the repository:
- [AGENTS.md](AGENTS.md) is the same guidance in short form, and is what an agent working under `tests/` picks up.
- [CATCH2.md](CATCH2.md) is the Catch2 reference, including the mistakes that break a test at runtime.