mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
run the tests. See the README in each directory for information on building and running tests. git-svn-id: http://svn.osgeo.org/qgis/trunk@2632 c8812cc2-4d05-0410-92ff-de0c093fc19c
9 lines
267 B
Plaintext
9 lines
267 B
Plaintext
This directory contains cppunit tests for various QGIS components.
|
|
|
|
All of the tests use qmake to generate the Makefile.
|
|
To run a test suite:
|
|
1. change to the directory containing the test
|
|
2. run qmake
|
|
3. run make
|
|
4. run the test(s) by executing the resulting binary
|