We already use -j to support parallelism in meson compile. So let's add the same for meson test and meson subprojects.pull/12407/head
parent
450b3db378
commit
46cedeb431
3 changed files with 6 additions and 2 deletions
@ -0,0 +1,4 @@ |
||||
## `-j` shorthand for `--num-processes` |
||||
|
||||
`-j` now means the same thing as `--num-processes`. It was inconsistently |
||||
supported only in some subcommands. Now you may use it everywhere |
Loading…
Reference in new issue