Skip to content

Commit bb21b46

Browse files
committed
Update hacking.md, fixes #177
1 parent 280fd8a commit bb21b46

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

.ghci

Lines changed: 0 additions & 13 deletions
This file was deleted.

HACKING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ that must evaluate to `True`. These tests follow a few rules:
1313
* If `Valid x =>` appears at the start of a doc test, that means the property
1414
will only be tested with `x` passing the `isValid` predicate.
1515

16-
The tests can be generated by `make gen` in the root of the repo, and will be placed in `tests/TestGen.hs`.
16+
The tests can be generated by `make gen` in the root of the repo, and will be placed in `tests/filepath-tests/TestGen.hs`.
1717
The `TestGen.hs` file is checked into the repo, and the CI scripts check that `TestGen.hs` is in sync with
1818
what would be generated a fresh - if you don't regenerate `TestGen.hs` the CI will fail.
1919

20-
The `.ghci` file is set up to allow you to type `ghci` to open the library, then `:go` will regenerate the
21-
tests and run them.

0 commit comments

Comments
 (0)