Idris2-boot/tests
2020-01-11 09:45:39 +01:00
..
chez Update test chez010 2019-12-30 21:16:07 +00:00
ideMode implement GetOptions and correctly reply nil when no holes 2019-11-11 09:28:11 +01:00
idris2 Merge branch 'master' of https://github.com/edwinb/Idris2 into better-ide-mode 2020-01-11 09:45:39 +01:00
ttimp allow matching constants in with clauses fix #122 2019-10-15 21:52:44 +02:00
typedd-book Remove trailing whitespace from Idris sources. 2019-10-25 14:24:25 -07:00
Main.idr Merge pull request #174 from chrrasmussen/fix-double-subtraction 2020-01-09 11:41:40 +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.