]> granicus.if.org Git - postgis/commitdiff
Add "installcheck" rule (#2358)
authorSandro Santilli <strk@keybit.net>
Mon, 4 May 2015 09:57:10 +0000 (09:57 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 4 May 2015 09:57:10 +0000 (09:57 +0000)
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

index 09407a7a5d64a6ea73a6a95111ff2e04dccccbb3..ac9b0bac76e85a8816d5d462618a0e47a5cc390d 100644 (file)
@@ -35,6 +35,9 @@ test: check
 
 check: all docs-check
 
+installcheck:
+       RUNTESTFLAGS=--extension $(MAKE) check
+
 distclean: clean distclean-local
 
 distclean-local: clean