aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Reference-manual.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2017-10-31 22:17:47 +0200
committerGitHub <noreply@github.com>2017-10-31 22:17:47 +0200
commitcde0f4fca18b15a86218911d8519e1d334a27c7f (patch)
tree7b0fccfabc561252caa5fa25abed873e6c1a5f98 /docs/markdown/Reference-manual.md
parent1540e615f13503722f1067c693f3d394218cbd9e (diff)
parent9b6214eb4d458bfeb9caa64f384df58c5bc393c6 (diff)
downloadmeson-cde0f4fca18b15a86218911d8519e1d334a27c7f.zip
meson-cde0f4fca18b15a86218911d8519e1d334a27c7f.tar.gz
meson-cde0f4fca18b15a86218911d8519e1d334a27c7f.tar.bz2
Merge pull request #2562 from 1ace/fix/mesontest
Remove references to `mesontest`
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-rw-r--r--docs/markdown/Reference-manual.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md
index ba86e48..eee4405 100644
--- a/docs/markdown/Reference-manual.md
+++ b/docs/markdown/Reference-manual.md
@@ -95,10 +95,10 @@ the following:
- `gdb` if `true`, the tests are also run under `gdb`
- `timeout_multiplier` a number to multiply the test timeout with
-To use the test setup, run `mesontest --setup=*name*` inside the build dir.
+To use the test setup, run `meson test --setup=*name*` inside the build dir.
Note that all these options are also available while running the
-`mesontest` script for running tests instead of `ninja test` or
+`meson test` script for running tests instead of `ninja test` or
`msbuild RUN_TESTS.vcxproj`, etc depending on the backend.
### benchmark()
@@ -1092,7 +1092,7 @@ arguments are the following.
for the test
Defined tests can be run in a backend-agnostic way by calling
-`mesontest` inside the build dir, or by using backend-specific
+`meson test` inside the build dir, or by using backend-specific
commands, such as `ninja test` or `msbuild RUN_TESTS.vcxproj`.
### vcs_tag()