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
Adrien Guatto 6355f88c0f Jalon 3
2023-11-15 19:08:33 +01: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
02-Interpreter Publication du jalon 2 2023-10-25 15:16:53 +02:00
03-Typing Jalon 3 2023-11-15 19:08:33 +01:00
Makefile Jalon 3 2023-11-15 19:08:33 +01: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.