aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Reference-manual.md
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@imgtec.com>2017-10-31 10:09:16 +0000
committerEric Engestrom <eric.engestrom@imgtec.com>2017-10-31 10:10:57 +0000
commitb690c26aa281c3f67f5fbfbd63b866eae89f9091 (patch)
treee69b8fdaa986c6459c5aa2556dba264f48c4f72e /docs/markdown/Reference-manual.md
parent7b9843da02acb6e37de17218748a9af8f472c8e5 (diff)
downloadmeson-b690c26aa281c3f67f5fbfbd63b866eae89f9091.zip
meson-b690c26aa281c3f67f5fbfbd63b866eae89f9091.tar.gz
meson-b690c26aa281c3f67f5fbfbd63b866eae89f9091.tar.bz2
docs: remove references to `mesontest`
`mesontest` is deprecated, and shouldn't be suggested to users anymore.
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 42d02e1..21fa134 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()
@@ -1084,7 +1084,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()