From c2be00e9955a18bd2618aa60285b367a1fc8fa93 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Mon, 4 May 2015 09:57:10 +0000 Subject: [PATCH] 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 --- GNUmakefile.in | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.50.1