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
2023-10-04 15:40:22 +02:00
..
01-Parsing Publication du jalon 1 2023-10-04 15:40:22 +02:00
01-Parsing-no-positions Publication du jalon 1 2023-10-04 15:40:22 +02:00
Makefile Publication du jalon 1 2023-10-04 15:40:22 +02:00
README.md Publication du jalon 1 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.