Mention ctest -N

This commit is contained in:
Sandro Santilli 2023-02-17 16:07:23 +01:00
parent 3796b7b7fc
commit 3a5b0a8fec

View File

@ -108,6 +108,9 @@ A useful hunting tool is `git grep`, which could be used like this:
$ ctest -V -R PyQgsAuthManagerPasswordPostgresTest # use the CMakeLists.txt name
```
You may also use `ctest -N` to get a list of test names according to
ctest.
If you get `Could not connect to any X display` errors it means that your build
machine does not have an X server. In that case you need to run the test under
`xvfb-run`. For example: