mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
Includes widget to show and set map rotation. Handle rotation in vector and raster renderers. Ensure correct behavior of panning and zooming actions. Drop compile-time defines for ARM and ANDROID, leaving only the qreal based function to transform in place. Update expected test results after eye comparison.
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
|
|
|