doc: fix ctest advice
This commit is contained in:
parent
227393ef58
commit
b0f1bfb580
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ Development Setup
|
|||
-----------------
|
||||
|
||||
After building a stage, you can invoke `make -C stageN test` (or, even better,
|
||||
`make -C stageN ARGS=-j` to make `ctest` parallel) to run the Lean test suite.
|
||||
`make -C stageN test ARGS=-jN` to make `ctest` parallel) to run the Lean test suite.
|
||||
`make test` without `-C` defaults to stage1. While the Lean tests will
|
||||
automatically use that stage's corresponding Lean executables, for running tests
|
||||
or compiling Lean programs manually, you need to put them into your `PATH`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue