Idris2/tests
Thomas E. Hansen 6823915dd0 [ tests ] Check REPL help text and module import cmds
The help text check is for making sure we update it when modifying
things, more than anything else.
2022-10-13 11:31:05 +02:00
..
allbackends [ cleanup ] Remove extraneous show and simplify printLn (#2618) 2022-08-10 21:22:58 +01:00
allschemes [ fix ] also usleep in the producer of channels006 to guarantee correct output (#2702) 2022-10-05 12:03:20 +01:00
base [ performance ] efficient foldr and foldMap for SnocList 2022-10-04 12:19:32 +02:00
chez Move channel tests to allschemes 2022-10-04 10:24:27 +02:00
codegen [ cleanup ] Compiler/* modules (#2694) 2022-10-06 10:17:38 +02:00
contrib Add test case for lexer issue and fix other instance. 2022-09-05 13:47:41 -07:00
gambit/bitops001 Add Data.Bits to base (#1033) 2021-03-04 20:59:56 +00:00
ideMode [ refactor ] introduce allSemanticHighlighting 2022-07-19 15:01:20 +01:00
idris2 [ tests ] Check REPL help text and module import cmds 2022-10-13 11:31:05 +02:00
node [ test ] fix node args test 2022-09-27 08:28:01 +02:00
prelude [ prelude ] Add Range implementation for Char (#2505) 2022-05-27 07:57:59 +01:00
racket Move channel tests to allschemes 2022-10-04 10:24:27 +02:00
refc Update tests using base64 utility to also work on macos (#2536) 2022-07-13 06:46:31 -07:00
templates Move rm -rf to the beginning of the test 2021-07-13 22:54:53 +01:00
ttimp Cumulativity preparation: Add field for universe level to TType (#2076) 2021-10-31 00:00:16 +01:00
typedd-book [ refactor ] Abstract Prelude.elem to work with all Foldables (#2294) 2022-02-01 21:34:29 +00:00
vmcode/basic001 Move rm -rf to the beginning of the test 2021-07-13 22:54:53 +01:00
Main.idr [ tests ] Check REPL help text and module import cmds 2022-10-13 11:31:05 +02:00
Makefile [ cleanup ] Test.Golden (#1526) 2021-06-21 17:30:11 +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.