From: Sandro Santilli Date: Sat, 24 Dec 2011 10:42:48 +0000 (+0000) Subject: run_test doesn't need USE_VERSION anymore X-Git-Tag: 2.0.0alpha1~318 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7761d221f095d135852bdb29ccbcf98b29e671c7;p=postgis run_test doesn't need USE_VERSION anymore git-svn-id: http://svn.osgeo.org/postgis/trunk@8557 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/test/regress/Makefile.in b/raster/test/regress/Makefile.in index 265fc5175..5bb4ac102 100644 --- a/raster/test/regress/Makefile.in +++ b/raster/test/regress/Makefile.in @@ -143,7 +143,7 @@ rtpostgis.sql: ../../rt_pg/rtpostgis.sql check: rtpostgis.sql $(MAKE) -C ../../../regress postgis.sql staged-install $(MAKE) -C ../../rt_pg REGRESS=1 DESTDIR=$(REGRESS_INSTALLDIR) install - USE_VERSION=$(POSTGIS_PGSQL_VERSION) ../../../regress/run_test $(RUNTESTFLAGS) --raster $(TESTS) + ../../../regress/run_test $(RUNTESTFLAGS) --raster $(TESTS) #all: run_test diff --git a/regress/Makefile.in b/regress/Makefile.in index 87b9e58bf..8b1e957cd 100644 --- a/regress/Makefile.in +++ b/regress/Makefile.in @@ -138,7 +138,7 @@ staged-install: postgis.sql #$(MAKE) -C ../loader REGRESS=1 DESTDIR=$(REGRESS_INSTALLDIR) install test check: staged-install - @USE_VERSION=$(POSTGIS_PGSQL_VERSION) ./run_test $(RUNTESTFLAGS) $(TESTS) + ./run_test $(RUNTESTFLAGS) $(TESTS) garden: createdb postgis_garden diff --git a/topology/test/Makefile b/topology/test/Makefile index bd1e2befd..062fbaf39 100644 --- a/topology/test/Makefile +++ b/topology/test/Makefile @@ -57,4 +57,4 @@ TESTS = regress/legacy_validate.sql regress/legacy_predicate.sql \ check: topo_predicates.sql load_topology.sql load_topology-4326.sql $(MAKE) -C ../../regress postgis.sql staged-install - @USE_VERSION=$(POSTGIS_PGSQL_VERSION) ../../regress/run_test $(RUNTESTFLAGS) --topology $(TESTS) + ../../regress/run_test $(RUNTESTFLAGS) --topology $(TESTS)