mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
16 lines
318 B
Plaintext
16 lines
318 B
Plaintext
|
Running tests
|
||
|
=============
|
||
|
|
||
|
You can run all tests using "make check".
|
||
|
|
||
|
Individual tests can be run using ctest.
|
||
|
For example if the output of "make check" ends like this:
|
||
|
|
||
|
The following tests FAILED:
|
||
|
77 - PyQgsLocalServer (Failed)
|
||
|
|
||
|
You could re-run the failing test with:
|
||
|
|
||
|
ctest -V -R PyQgsLocalServer
|
||
|
|