| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-06-20 | Add test for proj_errno_string() | Kristian Evers | |
| 2018-06-18 | Add pj_phi2_test (#1039 & #1045) | Even Rouault | |
| Nigrated from: schwehr/gdal-autotest2:cpp/third_party/proj/pj_phi2_test.cc@master License intentionally changed from Apache 2 to match PROJ. | |||
| 2018-06-08 | test/unit/Makefile.am: do not install gtest_include.h | Even Rouault | |
| 2018-06-08 | Export proj target to scope visible for test/unit target | Mateusz Loskot | |
| Refines #1034 | |||
| 2018-06-07 | Add CMake configuration for test/googletest and test/unit | Mateusz Loskot | |
| For CMake builds, latest googletest 1.8.0 is downloaded. Following officially recommended integration for CMake-enabled projects https://github.com/google/googletest/blob/master/googletest/README.md "Use CMake to download GoogleTest as part of the build's configure step. This is just a little more complex, but doesn't have the limitations of the other methods." Since, our copy of test/googletest - is a very minimalist copy of googletest - does not include any official CMake scripts - would require copying parts of googletest CMakeLists.txt, compilater/linker flags (e.g. -lpthreads) for reliable multi-platform builds, it is reasoanable to rely on download All pros and cons advantages are discussed in teh README.md linked above. Closes #1033 | |||
| 2018-06-07 | Add googletest 1.8.0 framework in test/googletest, and use it with autoconf ↵ | Even Rouault | |
| builds only (CMake integration to be done) | |||
| 2018-06-04 | appveyor.yml: run ctest on cmake builds | Even Rouault | |
| 2018-05-30 | Move catch.hpp header in test/; rename test/cpp as test/unit | Even Rouault | |
