From 5f6add79e0759692dba272e60913c6401f2318ce Mon Sep 17 00:00:00 2001 From: Luca Mattiello Date: Sat, 22 Jul 2017 17:55:54 +0200 Subject: Fix typo in Unit-tests.md --- docs/markdown/Unit-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- -- cgit v1.1