Idris2-boot/tests
2020-05-15 16:03:34 +06:00
..
chez Fix tests/chez/chez017 test 2020-05-15 16:03:34 +06:00
ideMode Update test output 2020-05-13 19:06:22 +01:00
idris2 Do compiling/inlining per module 2020-05-14 11:42:09 +01:00
ttimp Update test output 2020-05-13 19:06:22 +01:00
typedd-book Adjust some tests. 2020-04-18 12:19:17 +02:00
Main.idr Fix and test directory code 2020-05-14 12:40:48 +01:00
Makefile [ new ] interactive test runner 2020-04-06 11:06:19 +01: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.