Sandro Santilli 10d2ce4584 Add tests for rotated map
Thanks Nyall for initial template.

Include tests for raster layers, SVG and simple markers
with data-defined or fixed rotation, parallel line labels.
2015-02-20 11:30:11 +01:00
..
2015-02-18 08:37:00 +01:00
2015-02-20 11:30:11 +01:00
2015-02-20 11:30:11 +01:00

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