Idris2/tests
Andy Lok 99687976f4 Improve parse error report
Signed-off-by: Andy Lok <andylokandy@hotmail.com>
2021-02-12 01:16:40 +08:00
..
chez [ fix ] All the REPL commands should be in CommandTable (#1036) 2021-02-08 17:25:49 +00:00
gambit/bitops001 [ re #1043 ] Fix typo in support.scm (#1047) 2021-02-10 01:00:42 +00:00
ideMode Make :typeat a useful command (#998) 2021-02-05 16:15:40 +00:00
idris2 Improve parse error report 2021-02-12 01:16:40 +08:00
node tests for bitops 2021-02-08 15:47:23 +00:00
prelude/reg001 Restore Bool operators precedence 2020-07-18 05:49:35 -07:00
racket Overhaul of concurrency primitives (#968) 2021-02-05 16:16:20 +00:00
refc/refc001 Update stringOps.c (#848) 2021-02-02 14:01:19 +00:00
templates fixed whitespace for *.idr,*.ipkg,*.tex,*.yaff, and *.lidr 2021-01-22 15:08:49 +00:00
ttimp adjusted source positions in failing tests 2021-01-22 15:08:49 +00:00
typedd-book removed trailing whitespace (#955) 2021-01-21 11:33:03 +00:00
Lib.idr [ re #1043 ] Fix typo in support.scm (#1047) 2021-02-10 01:00:42 +00:00
Main.idr [ re #1043 ] Fix typo in support.scm (#1047) 2021-02-10 01:00:42 +00:00
Makefile Make sure literals are normalise on LHS 2020-05-23 11:48:15 +01:00
README.md Test templates (#585) 2020-11-27 15:40:02 +00:00
tests.ipkg Windows support 2020-05-21 15:13:06 +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.

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