aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Unit-tests.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-01-31 18:00:24 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2021-01-31 18:00:24 +0200
commit27abed4a707ba69b019822a0a0e3c045542b4443 (patch)
treeb32990d77af51d03e98c01a3a1af78def756b26f /docs/markdown/Unit-tests.md
parent4bde7f31ae5fa162a514f3d876d38943fcdff406 (diff)
downloadmeson-capitalization.zip
meson-capitalization.tar.gz
meson-capitalization.tar.bz2
Capitalize "Meson" consistently as it is a proper name. [skip ci]capitalization
Diffstat (limited to 'docs/markdown/Unit-tests.md')
-rw-r--r--docs/markdown/Unit-tests.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/markdown/Unit-tests.md b/docs/markdown/Unit-tests.md
index 92014bb..5233a4f 100644
--- a/docs/markdown/Unit-tests.md
+++ b/docs/markdown/Unit-tests.md
@@ -88,7 +88,7 @@ $ MESON_TESTTHREADS=5 meson test
Tests can be assigned a priority that determines when a test is
*started*. Tests with higher priority are started first, tests with
-lower priority started later. The default priority is 0, meson makes
+lower priority started later. The default priority is 0, Meson makes
no guarantee on the ordering of tests with identical priority.
```meson
@@ -123,7 +123,7 @@ detect this and report these tests as `ERROR`, ignoring the setting of
## Testing tool
-The goal of the meson test tool is to provide a simple way to run
+The goal of the Meson test tool is to provide a simple way to run
tests in a variety of different ways. The tool is designed to be run
in the build directory.
@@ -263,8 +263,8 @@ streamed out, and is written only once all tests complete running.
When tests use the `tap` protocol each test will be recorded as a
testsuite container, with each case named by the number of the result.
-When tests use the `gtest` protocol meson will inject arguments to the
-test to generate it's own JUnit XML, which meson will include as part
+When tests use the `gtest` protocol Meson will inject arguments to the
+test to generate it's own JUnit XML, which Meson will include as part
of this XML file.
*New in 0.55.0*