[postgis-devel] triggering make installcheck for address_standardizer

Sandro Santilli strk at keybit.net
Mon Aug 24 02:49:12 PDT 2015


On Sat, Aug 22, 2015 at 03:49:48PM -0400, Paragon Corporation wrote:
> I have address_standardizer now setup to use PostgreSQL installcheck
> machinery
> 
> https://trac.osgeo.org/postgis/ticket/3184
> 
> But I'm at a lost how to get our regular
> 
> make check RUNTESTFLAGS=--extension

"make check" is different from "make installcheck", so in no case
should one trigger the other. Rather, you would add, in the
"installcheck" rule of GNUMakefile.in, an additional line to run
"installcheck" under your extension dir (only if extensions are
enabled).

--strk;



More information about the postgis-devel mailing list