aboutsummaryrefslogtreecommitdiff
path: root/src/pj_generic_selftest.c
AgeCommit message (Collapse)Author
2017-11-13Removed remaining traces of the built in selftest system (#661)Thomas Knudsen
* Removed remaining traces of the builtin selftest system. Moved all functionality to test/gie * Updated Appveyor and Travis build scripts * Another appveyor script update
2016-04-12Reverting isnan check since MSVC needs a NaNnyThomas Knudsen
MSVC, in some versions has _isnan(), rather than isnan()... but why?
2016-04-12refactoring + added selftest for 7 more projectionsThomas Knudsen
tcc, tcea, tmerc, tpeqd, urm5, urmfps, wag1
2016-04-05Minor correctionsThomas Knudsen
Removed som debugging leftovers, and corrected the behaviour of new proj option -C / -VC, for checking internal regression tests.
2016-04-05Some initial work on internal regression testsThomas Knudsen
Need these to reduce the chance I'm screwing up something during this rather intrusive code surgery