[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0alpha1-74-gdf6221f03

git at osgeo.org git at osgeo.org
Thu Jun 16 07:55:51 PDT 2022


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  df6221f03f9b538b106cee9d1230cffceb30339f (commit)
      from  6bbcbef15ea2453add883d25058b38b5774d0303 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit df6221f03f9b538b106cee9d1230cffceb30339f
Author: Regina Obe <lr at pcorp.us>
Date:   Thu Jun 16 01:08:39 2022 -0400

    Get rid of obsolete raster regress makefile. Was replaced by tests.mk a while ago

diff --git a/configure.ac b/configure.ac
index 695077429..86feb8c47 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1537,7 +1537,6 @@ if test "x$with_raster" != "xno"; then
 		raster/loader/Makefile \
 		raster/test/Makefile \
 		raster/test/cunit/Makefile \
-		raster/test/regress/Makefile \
 		raster/scripts/Makefile \
 		raster/scripts/python/Makefile"
 
diff --git a/raster/test/regress/Makefile.in b/raster/test/regress/Makefile.in
deleted file mode 100644
index 4cf4dc03e..000000000
--- a/raster/test/regress/Makefile.in
+++ /dev/null
@@ -1,194 +0,0 @@
-#############################################################################
-#
-# Copyright (c) 2009-2022 Sandro Santilli <strk at kbt.io>
-# Copyright (c) 2009 Pierre Racine <pierre.racine at sbf.ulaval.ca>
-# Copyright (c) 2011 Jorge Arevalo <jorge.arevalo at deimos-space.com>
-# Copyright (c) 2011-2013 Regents of the University of California
-#   <bkpark at ucdavis.edu>
-#
-# This is free software; you can redistribute and/or modify it under
-# the terms of the GNU General Public Licence. See the COPYING file.
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-#
-#############################################################################
-
-top_srcdir = @top_srcdir@
-srcdir = @srcdir@
-top_builddir = @top_builddir@
-
-POSTGIS_SRC=../../..
-PERL=@PERL@
-
-# MingW hack: rather than use PGSQL_BINDIR directly, we change
-# to the directory and then use "pwd" to return the path. This
-# ensures that the returned path is in MSYS format, otherwise
-# colons in drive letters will break PATH.
-PGSQL_BINDIR=$(shell cd "@PGSQL_BINDIR@" && pwd)
-
-# Where we put our regression installation
-REGRESS_INSTALLDIR = $(realpath $(top_builddir) )/regress/00-regress-install
-
-#
-# Put path from pg_config into front of search path
-#
-PATH := $(PGSQL_BINDIR):$(PATH)
-export PATH
-
-TEST_FIRST = \
-	check_gdal \
-	load_outdb
-
-TEST_LAST = \
-	clean
-
-TEST_METADATA = \
-	check_raster_columns \
-	check_raster_overviews
-
-TEST_IO = \
-	rt_io
-
-TEST_BASIC_FUNC = \
-	rt_bytea \
-	rt_wkb \
-	box3d \
-	rt_addband \
-	rt_band \
-	rt_tile
-
-TEST_PROPS = \
-	rt_dimensions \
-	rt_scale \
-	rt_pixelsize \
-	rt_upperleft \
-	rt_rotation \
-	rt_georeference \
-	rt_set_properties \
-	rt_isempty \
-	rt_hasnoband \
-	rt_metadata \
-	rt_rastertoworldcoord \
-	rt_worldtorastercoord \
-	rt_convexhull \
-	rt_envelope
-
-TEST_BANDPROPS = \
-	rt_band_properties \
-	rt_set_band_properties \
-	rt_pixelaspolygons \
-	rt_pixelaspoints \
-	rt_pixelascentroids \
-	rt_setvalues_array \
-	rt_summarystats \
-	rt_count \
-	rt_histogram \
-	rt_quantile \
-	rt_valuecount \
-	rt_valuepercent \
-	rt_bandmetadata \
-	rt_pixelvalue \
-	rt_neighborhood \
-	rt_nearestvalue \
-	rt_pixelofvalue \
-	rt_polygon \
-	rt_setbandpath
-
-TEST_UTILITY = \
-	rt_utility \
-	rt_fromgdalraster \
-	rt_asgdalraster \
-	rt_astiff \
-	rt_asjpeg \
-	rt_aspng \
-	rt_reclass \
-	rt_gdalwarp \
-	rt_asraster \
-	rt_dumpvalues \
-	rt_makeemptycoverage \
-	rt_createoverview
-
-TEST_MAPALGEBRA = \
-	rt_mapalgebraexpr \
-	rt_mapalgebrafct \
-	rt_mapalgebraexpr_2raster \
-	rt_mapalgebrafct_2raster \
-	rt_mapalgebrafctngb \
-	rt_mapalgebrafctngb_userfunc \
-	rt_intersection \
-	rt_clip \
-	rt_mapalgebra \
-	rt_mapalgebra_expr \
-	rt_mapalgebra_mask \
-	rt_union \
-	rt_invdistweight4ma \
-	rt_4ma \
-	rt_setvalues_geomval \
-	rt_elevation_functions \
-	rt_colormap \
-	rt_grayscale
-
-TEST_SREL = \
-	rt_gist_relationships \
-	rt_intersects \
-	rt_samealignment \
-	rt_geos_relationships \
-	rt_iscoveragetile
-
-TEST_BUGS = \
-	bug_test_car5 \
-	permitted_gdal_drivers \
-	tickets
-
-TEST_LOADER = \
-	loader/Basic \
-	loader/Projected \
-	loader/BasicCopy \
-	loader/BasicFilename \
-	loader/BasicOutDB \
-	loader/Tiled10x10 \
-	loader/Tiled10x10Copy \
-	loader/Tiled8x8 \
-	loader/TiledAuto \
-	loader/TiledAutoSkipNoData \
-	loader/TiledAutoZCopy
-
-RASTER_TESTS := $(TEST_FIRST) \
-	$(TEST_METADATA) $(TEST_IO) $(TEST_BASIC_FUNC) \
-	$(TEST_PROPS) $(TEST_BANDPROPS) \
-	$(TEST_UTILITY) $(TEST_MAPALGEBRA) $(TEST_SREL) \
-	$(TEST_BUGS) \
-	$(TEST_LOADER) \
-	$(TEST_LAST)
-
-all:
-	@echo "Use 'make check' to run all tests"
-
-distclean: clean
-	rm -f Makefile
-
-clean:
-	$(RM) -f rtpostgis.sql
-
-rtpostgis.sql: ../../rt_pg/rtpostgis.sql
-	$(PERL) -lpe "s'\\\$$libdir'$(REGRESS_INSTALLDIR)/lib'g" $< > $@
-
-
-# TODO: drop this variable, use top_srcdir directly
-topsrcdir = $(top_srcdir)
-
-include $(srcdir)/tests.mk
-include $(top_srcdir)/regress/runtest.mk
-
-check: check-regress

-----------------------------------------------------------------------

Summary of changes:
 configure.ac                    |   1 -
 raster/test/regress/Makefile.in | 194 ----------------------------------------
 2 files changed, 195 deletions(-)
 delete mode 100644 raster/test/regress/Makefile.in


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list