Idris2-boot/tests
Edwin Brady 78e44a4353 Reading/writing buffers can fail
So, make them return and Either and wrap the scheme definitions in an
exception handler that returns an error code on failure
2019-09-28 18:33:46 +01:00
..
chez Reading/writing buffers can fail 2019-09-28 18:33:46 +01:00
ideMode Merge branch 'master' into add-version-command 2019-09-13 17:33:14 +02:00
idris2 Add '--no-banner' option 2019-09-24 20:26:25 +06:00
ttimp Put built ttcs in build/ttc, rather than build 2019-09-04 12:41:16 +01:00
typedd-book Add '--no-banner' option 2019-09-24 20:26:25 +06:00
Main.idr Support UTF8 strings 2019-09-28 14:08:23 +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.