diff options
author | Eric Engestrom <eric.engestrom@imgtec.com> | 2017-10-31 10:09:53 +0000 |
---|---|---|
committer | Eric Engestrom <eric.engestrom@imgtec.com> | 2017-10-31 10:11:05 +0000 |
commit | 1556bae75a30cc9747f4a21b2de7547cb19d45a1 (patch) | |
tree | c8d10a2ce7c3077b739847f31a9dbe861fbb2539 /man/meson.1 | |
parent | b690c26aa281c3f67f5fbfbd63b866eae89f9091 (diff) | |
download | meson-1556bae75a30cc9747f4a21b2de7547cb19d45a1.zip meson-1556bae75a30cc9747f4a21b2de7547cb19d45a1.tar.gz meson-1556bae75a30cc9747f4a21b2de7547cb19d45a1.tar.bz2 |
man: remove references to `mesontest` in meson(1)
`mesontest` is deprecated, and shouldn't be suggested to users anymore.
Diffstat (limited to 'man/meson.1')
-rw-r--r-- | man/meson.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/meson.1 b/man/meson.1 index 04b56de..1333904 100644 --- a/man/meson.1 +++ b/man/meson.1 @@ -115,12 +115,14 @@ print command line help .SH The test command -Mesontest is a helper tool for running test suites of projects using Meson. +.B meson test +is a helper tool for running test suites of projects using Meson. The default way of running tests is to invoke the default build command: \fBninja [\fR \fItest\fR \fB]\fR -Mesontest provides a richer set of tools for invoking tests. +.B meson test +provides a richer set of tools for invoking tests. .SS "options:" .TP |