Fix typo in build system docs

This commit is contained in:
Martin Hořeňovský 2017-11-14 21:42:28 +01:00
parent 9796a77a37
commit 033e078320
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ TEST_CASE("Test3", "[a][b][c]") {
REQUIRE(a == b);
}
```
would be registered as 3 tests, `Test1`, `Test2` and `Test3`, and ctest 4 labels would be created, `a`, `b`, `c` and `unit`.
would be registered as 3 tests, `Test1`, `Test2` and `Test3`, and 4 ctest labels would be created, `a`, `b`, `c` and `unit`.
### CodeCoverage module (GCOV, LCOV...)