aboutsummaryrefslogtreecommitdiff
path: root/cmake/ProjTest.cmake
AgeCommit message (Collapse)Author
2020-01-17Merge branch 'master' into rfc4_merge_back_masterEven Rouault
2020-01-16Address review comments for https://github.com/OSGeo/PROJ/pull/1817Even Rouault
2020-01-08Add capability to read resource files from the user writable directoryEven Rouault
2020-01-05Make sure tests pass if extra grids are presentEven Rouault
Should fix the issue reported in https://lists.osgeo.org/pipermail/proj/2020-January/009188.html Some extra north-american grids present in data/ can affect the results of some tests, so create a data/for_tests/ subdirectory in which we copy only select grids.
2019-12-10Add support for horizontal and vertical grids in GeoTIFFEven Rouault
2019-10-23Fix errors running gie-based tests in Debug mode on WindowsAsa Packer
2019-09-19set PROJ_LIB on test targets for CMakeHoward Butler
2019-03-19Normalize CMake with cmakelint, 2-space indentMike Taves
2018-12-01Rename test/old/ to test/cli/ to better reflect their natureEven Rouault
2018-09-18Move data/test* scripts and expected results to test/old/Even Rouault
2018-09-18Rename nad/ directory as data/Even Rouault
2018-03-26Rename CMake infrastructure to remove 4mwtoews