Files
haskell.nix/test
Hamish Mackenzie 9ce7bf1e02 GHCJS 8.10 (#1082)
2021-03-29 22:36:47 +13:00
..
2021-03-28 21:03:20 +13:00
2021-03-28 21:03:20 +13:00
2021-03-28 21:03:20 +13:00
2021-03-28 21:03:20 +13:00
2021-03-28 21:03:20 +13:00
2021-03-29 22:36:47 +13:00
2021-03-28 21:03:20 +13:00
2021-03-28 21:03:20 +13:00
2021-03-28 21:03:20 +13:00
2021-03-28 21:03:20 +13:00
2021-03-28 21:03:20 +13:00
2021-03-28 21:03:20 +13:00
2021-03-29 22:36:47 +13:00
2021-03-28 21:03:20 +13:00
2021-03-28 21:03:20 +13:00
2021-03-28 21:03:20 +13:00
2021-03-28 21:03:20 +13:00
2021-03-29 22:36:47 +13:00
2021-03-28 21:03:20 +13:00
2021-03-28 21:03:20 +13:00
2021-03-28 21:03:20 +13:00
2020-07-21 16:06:54 +12:00

Haskell infrastructure test cases

To build the test cases, run from the test directory:

nix-build --no-out-link default.nix

To run all tests (includes impure tests), use the script:

./tests.sh

Generated code

If you change the test Cabal files or need to regenerate the code with nix-tools, then see regen.nix. Run it like this:

$(nix-build --no-out-link regen.nix)