Idris2/tests
Edwin Brady 5fa272b8bf Read import hashes correctly
Need to use the 8 byte version of Ints for the shortcut version of
reading TTCs too, otherwise we'll read the wrong hash and build things
unnecessarily.
2021-06-03 21:57:10 +01:00
..
base [ fix ] nproc missing for non-GNU systems 2021-05-26 09:05:13 +01:00
chez Remove realpath (#1457) 2021-05-25 11:01:28 +01:00
codegen Add foldMap to Foldable (#1483) 2021-06-01 15:05:04 +01:00
contrib/json_001 [ fix ] broken unicode parsing in JSON 2021-04-22 10:59:14 +01:00
gambit/bitops001 Add Data.Bits to base (#1033) 2021-03-04 20:59:56 +00:00
ideMode [ close #1384 ] built-in Snoc-lists [< 1, 2, 3 ] (#1383) 2021-05-20 12:56:25 +01:00
idris2 Read import hashes correctly 2021-06-03 21:57:10 +01:00
node [ fix ] Memoize intermediary results in JS backends (#1494) 2021-06-03 10:20:07 +01: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 RefC Integer Support (#1480) 2021-06-03 10:44:42 +01:00
templates fixed whitespace for *.idr,*.ipkg,*.tex,*.yaff, and *.lidr 2021-01-22 15:08:49 +00:00
ttimp Cache intermediate results in totality checking 2021-05-26 15:48:09 +01:00
typedd-book [ feature ] Implement -Werror (WarningsAsErrors) (#1466) 2021-05-27 09:23:20 +01:00
Main.idr RefC Integer Support (#1480) 2021-06-03 10:44:42 +01:00
Makefile [ fix ] nproc missing for non-GNU systems 2021-05-26 09:05:13 +01:00
README.md Test templates (#585) 2020-11-27 15:40:02 +00:00
tests.ipkg Set PREFIX for tests 2021-04-19 11:23:58 +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.