mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
10 lines
289 B
Plaintext
10 lines
289 B
Plaintext
This directory contains cppunit tests related to projection classes and
|
|
implementation in QGIS. The cppunit library can be obtained from
|
|
http://cppunit.sourceforge.net/cgi-bin/moin.cgi.
|
|
|
|
|
|
To build and run the test suite:
|
|
1. run qmake
|
|
2. run make
|
|
3. run the test(s) by executing ./testproj
|