Idris2-boot/tests
Edwin Brady 24fed4feea Rename everything idris2boot, increment version
From here on, this repo is intended only as a bootstrapping step for the
self hosted Idris 2. It will - as long as possible - be kept up to date
enough that it can build Idris 2, but won't be maintained beyond that.
2020-05-20 13:23:00 +01:00
..
chez Merge pull request #367 from cypheon/bugfix/ttc-bigint-unmarshalling 2020-05-19 19:38:15 +01:00
ideMode Switch buffers back to scheme FFI 2020-05-17 22:49:41 +01:00
idris2 Switch buffers back to scheme FFI 2020-05-17 22:49:41 +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 [ test ] add test for defaulting peculiarity (#376) 2020-05-16 00:43:17 +01:00
Makefile Rename everything idris2boot, increment version 2020-05-20 13:23:00 +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.