summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTristan Partin <tristan@partin.io>2023-10-20 10:48:30 -0500
committerXavier Claessens <xclaesse@gmail.com>2023-10-20 12:49:38 -0400
commit46cedeb431a67cde1c26c6d936bdd84ea8392d6f (patch)
treefebdb824ec0dfc6265c51afa991abbabafeb3b65 /docs
parent450b3db37810c99854f670cb70a59e0bee5b8777 (diff)
downloadmeson-46cedeb431a67cde1c26c6d936bdd84ea8392d6f.tar.gz
Support -j as a shorthand for --num-processes
We already use -j to support parallelism in meson compile. So let's add the same for meson test and meson subprojects.
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/snippets/shorthand_argument_for_mtest_num_processes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/shorthand_argument_for_mtest_num_processes.md b/docs/markdown/snippets/shorthand_argument_for_mtest_num_processes.md
new file mode 100644
index 000000000..7ff661b13
--- /dev/null
+++ b/docs/markdown/snippets/shorthand_argument_for_mtest_num_processes.md
@@ -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