aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Mattiello <lucae.mattiello@gmail.com>2017-07-22 17:55:54 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2017-07-22 19:03:39 +0300
commit5f6add79e0759692dba272e60913c6401f2318ce (patch)
tree8a2c2a963eef65a3ad1741c91ab2240005896a4c
parent823225945080c6e424692d1ae531a1f77fe0f9d2 (diff)
downloadmeson-5f6add79e0759692dba272e60913c6401f2318ce.zip
meson-5f6add79e0759692dba272e60913c6401f2318ce.tar.gz
meson-5f6add79e0759692dba272e60913c6401f2318ce.tar.bz2
Fix typo in Unit-tests.md
-rw-r--r--docs/markdown/Unit-tests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Unit-tests.md b/docs/markdown/Unit-tests.md
index 13d66f7..7949522 100644
--- a/docs/markdown/Unit-tests.md
+++ b/docs/markdown/Unit-tests.md
@@ -32,7 +32,7 @@ Coverage
If you enable coverage measurements by giving Meson the command line flag `-Db_coverage=true`, you can generate coverage reports. Meson will autodetect what coverage generator tools you have installed and will generate the corresponding targets. These targets are `coverage-xml` and `coverage-text` which are both provided by [Gcovr](http://gcovr.com) and `coverage-html`, which requires [Lcov](https://ltp.sourceforge.io/coverage/lcov.php) and [GenHTML](https://linux.die.net/man/1/genhtml).
-The the output of these commands is written to the log directory `meson-logs` in your build directory.
+The output of these commands is written to the log directory `meson-logs` in your build directory.
Parallelism
--