On Sat, Nov 12, 2016 at 12:54:58PM -0700, sablok wrote: > Is there a way to execute all the tests that make check and make installcheck
The tests performed by "make check" and "make installcheck" are the same, with the only difference being "make installcheck" installing PostGIS as an extension while "make check" installing it via script. The reason why there's a distinction is that EXTENSIONs can only be installed from system directories. > executes against a non standard postgres installation. Both EXTENSION (installcheck) and non-extension (check) tests can execute against non-standard postgres installation. Actual installation paths are extracted from the pg_config that's found at ./configure time. > go about executing the test cases that postgis run against this > installation? Had you tried to just run those make targets ? It's easier to help you fight monsters if you actually meet them :) --strk; _______________________________________________ postgis-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/postgis-users
