Skip to content

Commit 00c9414

Browse files
committed
doc: Update test/README.md
1 parent ec22624 commit 00c9414

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

test/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
### Haskell infrastructure test cases
22

3-
To execute the test cases, build from this directory:
3+
To build the test cases, run from this directory:
44

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

7+
To run all tests (includes impure tests), use the script:
8+
9+
./tests.sh
10+
11+
12+
#### Generated code
13+
14+
If you change the test Cabal files or need to regenerate the code with
15+
nix-tools, then see `regen.nix`. Run it like this:
16+
17+
$(nix-build --no-out-link regen.nix)

0 commit comments

Comments
 (0)