This repository has been archived on 2024-01-18. You can view files and clone it, but cannot push or open issues or pull requests.
compilation/flap/tests/README.md

12 lines
354 B
Markdown
Raw Normal View History

2023-10-04 15:40:22 +02:00
# The Flap Compiler Test Suite
This test suite contains a variety of files designed to exercise each pass of
the flap compiler.
To run all the test suite, simply run `make` in its top-level directory.
Use `make PASS.results` to only run the tests contained in the directory `PASS`,
e.g., use `make 01-Parsing.results` to only run the parsing tests.