Files
2023-02-23 20:24:39 +13:00
..
2023-02-15 12:24:04 +13:00
2023-02-15 12:24:04 +13:00
2023-01-25 09:58:19 +13:00
2023-02-15 12:24:04 +13: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)