Idris2-boot/tests
Edwin Brady c197c0f777 Update Buffer+File libraries
Adding primitives - it's useful to distinguish between 32 bit and 64 bit
integers when writing to buffers.
2020-05-19 16:06:05 +01:00
..
chez Update Buffer+File libraries 2020-05-19 16:06:05 +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 [ 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.