Idris2/tests
Edwin Brady f2da5b4a46 Local hints shouldn't be accessible globally
We can't just assume that a hint added in an empty environment is a
global hint, because a top level definition might still have no local
variables.
2021-01-30 13:30:44 +00:00
..
chez fixed whitespace for *.sh 2021-01-22 15:08:49 +00:00
ideMode Merge pull request #879 from edwinb/no-linearity-subtyping 2021-01-12 12:33:26 +00:00
idris2 Local hints shouldn't be accessible globally 2021-01-30 13:30:44 +00:00
node fixed whitespace for *.sh 2021-01-22 15:08:49 +00:00
prelude/reg001 Restore Bool operators precedence 2020-07-18 05:49:35 -07:00
racket/concurrency001 Implement Racket Futures Support 2021-01-15 18:58:51 +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 Execute tests concurrently 2021-01-19 18:40:35 +00:00
Main.idr Fix REPL execExp and fix "it" (#908) 2021-01-27 23:14:41 +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.