Idris2-boot/tests
Edwin Brady cbf8785d32 Take account of env in record elaboration
Also need to make sure that the constructor and fields are included in
the nested names so that the parameters get expanded properly.
Fixes #138
2020-03-19 12:12:25 +00:00
..
chez Add prettyName 2020-03-18 19:33:19 +00:00
ideMode Fix IDE Mode for Atom 2020-01-31 19:21:42 +01:00
idris2 Take account of env in record elaboration 2020-03-19 12:12:25 +00:00
ttimp Update test output 2020-03-17 21:55:34 +00:00
typedd-book Merge pull request #227 from ska80/typedd-book/chapter13-14 2020-03-18 20:37:26 +00:00
Main.idr Take account of env in record elaboration 2020-03-19 12:12:25 +00:00
Makefile Add instructions on how to run a subset of the tests 2019-07-28 20:21:34 +02:00
README.md Add instructions on how to run a subset of the tests 2019-07-28 20:21:34 +02:00

Tests

Note: The commands listed in this section should be run from the repository's root folder.

Run all tests: make test

To run only a subset of the tests use: make test only=NAME. NAME is matched against the path to each test case.

Examples:

  • make test only=chez will run all Chez Scheme tests.
  • make test only=ttimp/basic will run all basic tests for TTImp.
  • make test only=idris2/basic001 will run a specific test.