forked from organicmaps/organicmaps-tmp
[docs] install.md: omim_test to omim-test
omim_test is wrong, it's omim-test Signed-off-by: Harry Bond <me@hbond.xyz>
This commit is contained in:
parent
8057e8c632
commit
2d2a27dec7
1 changed files with 2 additions and 2 deletions
|
@ -272,7 +272,7 @@ Run all unit tests:
|
|||
|
||||
```bash
|
||||
cd build
|
||||
ctest -L "omim_test" --output-on-failure
|
||||
ctest -L "omim-test" --output-on-failure
|
||||
```
|
||||
|
||||
To run a limited set of tests, use `-R <regex>` flag. To exclude some tests, use `-E <regex>` flag:
|
||||
|
@ -280,7 +280,7 @@ To run a limited set of tests, use `-R <regex>` flag. To exclude some tests, use
|
|||
```bash
|
||||
cd build
|
||||
ctest -R "base_tests|coding_tests" --output-on-failure
|
||||
ctest -L "omim_test" -E "base_tests|coding_tests" --output-on-failure
|
||||
ctest -L "omim-test" -E "base_tests|coding_tests" --output-on-failure
|
||||
```
|
||||
|
||||
Some tests [are known to be broken](https://github.com/organicmaps/organicmaps/issues?q=is%3Aissue+is%3Aopen+label%3ATests) and disabled on CI.
|
||||
|
|
Loading…
Add table
Reference in a new issue