Idris2/tests
Mathew Polzin 178f26ec17
[ re #1162 ] Test without install (#1240)
Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
2021-04-05 11:27:56 +01:00
..
base [ tests ] Ignore test artifacts 2021-04-01 10:06:14 +01:00
chez [ cosmetic ] nicer error messages for uncaught exceptions 2021-03-25 15:59:46 +00:00
codegen/con001 [ fix #1220 ] Update arity of constuctors to reflect erased args (#1225) 2021-03-29 15:08:06 +01:00
gambit/bitops001 Add Data.Bits to base (#1033) 2021-03-04 20:59:56 +00:00
ideMode Identify prefix and postfix record projections (#1183) 2021-03-15 13:40:13 +00:00
idris2 Use correct multiplicity in scope of lets 2021-04-04 18:10:34 +01:00
node Add Data.Bits to base (#1033) 2021-03-04 20:59:56 +00:00
prelude/reg001 Restore Bool operators precedence 2020-07-18 05:49:35 -07:00
racket Patch CVs and sleep in Racket (#1059) 2021-03-15 13:43:12 +00:00
refc [ new ] support record projections in refc backend (#1054) 2021-02-15 10:35:46 +00:00
templates fixed whitespace for *.idr,*.ipkg,*.tex,*.yaff, and *.lidr 2021-01-22 15:08:49 +00:00
ttimp Correct multiplicities when checking Pi binders 2021-03-09 17:23:05 +00:00
typedd-book Add Data.Bits to base (#1033) 2021-03-04 20:59:56 +00:00
Main.idr Use correct multiplicity in scope of lets 2021-04-04 18:10:34 +01:00
Makefile [ re #1162 ] Test without install (#1240) 2021-04-05 11:27:56 +01:00
README.md Test templates (#585) 2020-11-27 15:40:02 +00:00
tests.ipkg [ re #1162 ] Test without install (#1240) 2021-04-05 11:27:56 +01: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.

Templates for common test instances can be found in the templates folder.