Idris2-boot/tests
Edwin Brady 9b639eee35 Nat optimisation needs to look under lambda
Names are saturated, so there might be a lambda in the term we're
optimising. Fixes #62
2019-09-18 10:00:30 +01:00
..
chez Nat optimisation needs to look under lambda 2019-09-18 10:00:30 +01:00
ideMode/ideMode001 remove ide socket mode test because it's hard to make reliable 2019-08-02 17:59:17 +02:00
idris2 Detect cycles in imports 2019-09-07 14:54:29 +01:00
ttimp Put built ttcs in build/ttc, rather than build 2019-09-04 12:41:16 +01:00
typedd-book Finish Chapter 12 tests 2019-07-12 09:34:29 +02:00
Main.idr Nat optimisation needs to look under lambda 2019-09-18 10:00:30 +01: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.