<div dir="ltr"><div><div><br>On Thu, Aug 20, 2015 at 10:25 AM, Rainer M Krug <<a href="mailto:Rainer@krugs.de" target="_blank">Rainer@krugs.de</a>> wrote:<br>><br>> The easiest might be to checkout the tests before usage. How can I check<br>> them out from svn and in which folder are they located? But I assume<br>> they have to be compiled before usage?<br><br></div>What needs to be compiled should (i.e. is) compiled during compilation (not ideal actually, but good enough). Most of the tests code is written in Python. The tests are part of the main source code. If you have source code from Subversion, browse it and look for testsuite directories. Every testsuite directory is a set of tests for its parent directory.<br><br></div>Examples:<br><div><br><a href="https://trac.osgeo.org/grass/browser/grass/trunk/raster/r.mapcalc/testsuite" target="_blank">https://trac.osgeo.org/grass/browser/grass/trunk/raster/r.mapcalc/testsuite</a><br><a href="https://trac.osgeo.org/grass/browser/grass/trunk/raster/r.viewshed/testsuite" target="_blank">https://trac.osgeo.org/grass/browser/grass/trunk/raster/r.viewshed/testsuite</a><br><a href="https://trac.osgeo.org/grass/browser/grass/trunk/lib/python/script/testsuite" target="_blank">https://trac.osgeo.org/grass/browser/grass/trunk/lib/python/script/testsuite</a><br></div></div>