From: Sandro Santilli Date: Mon, 4 May 2015 09:57:10 +0000 (+0000) Subject: Add "installcheck" rule (#2358) X-Git-Tag: 2.2.0rc1~528 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2be00e9955a18bd2618aa60285b367a1fc8fa93;p=postgis Add "installcheck" rule (#2358) This is a first step, simply wraps a make check call with a properly setup RUNTESTFLAGS env variable. git-svn-id: http://svn.osgeo.org/postgis/trunk@13475 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 09407a7a5..ac9b0bac7 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -35,6 +35,9 @@ test: check check: all docs-check +installcheck: + RUNTESTFLAGS=--extension $(MAKE) check + distclean: clean distclean-local distclean-local: clean