Nathan Woodrow d61bf1f70f Add lazy evaluation support to expression functions
Add if(cond, true, false) function using lazy evaluation feature
2014-12-13 15:33:09 +10:00
..
2014-11-21 11:45:32 +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