Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Feb 9, 2021
1 parent 33edcda commit 25cde3c
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions test/README.md
@@ -1,10 +1,17 @@
## Using bin/test.sh

`test.sh` is the testing equivalent of `bench.sh`. It can be used to
run selected test groups conveniently. You can run tests with coverage
and view hpc coverage report. You can also pass GHC RTS options when
running tests. `tests.sh` runs the tests with restricted memory, see
`bin/test.sh` for details on the amount of memory used or to change it.
`bin/test.sh` (path relative to the top level repo dir) can run selected
test groups, generate coverage report, pass GHC RTS options when
running tests. `test.sh` runs the tests with restricted memory, see
`bin/test.sh` source for details on the amount of memory used or to change it.

To generate coverage report:

```
$ bin/test.sh --coverage
```

To view coverage report, open `./hpc_index.html` in browser.

See `bin/test.sh --help` for more info.

Expand Down

0 comments on commit 25cde3c

Please sign in to comment.