catala/tests
Denis Merigoux 3291d108ec Bugfixing
2020-09-13 18:48:35 +02:00
..
test_bool Cleaned lexing code and rationalized non-verbose syntax 2020-08-08 18:32:44 +02:00
test_func Cleaned lexing code and rationalized non-verbose syntax 2020-08-08 18:32:44 +02:00
test_scope Bugfixing 2020-09-13 18:48:35 +02:00
Makefile Cleaned lexing code and rationalized non-verbose syntax 2020-08-08 18:32:44 +02:00
README.md Automated test suite! 2020-08-07 17:37:28 +02:00

Catala test suite

This folder contains Catala source files designed to test the features of the language.

It uses make to launch tests and compare the test terminal output with an expected output.

When you create a new test, please register it in the Makefile following the other examples. Expected outputs are stored using the convention <name_of_test>.catala.<name_of_scope>.out in the corresponding test folder.