[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-134-ga903a54
git at osgeo.org
git at osgeo.org
Tue Nov 3 06:05:21 PST 2020
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 a903a545d4b6456c57c00e99c64142ddae177f7c (commit)
from 78f61fb1be3bffd05ffe6e01e40ed68f7191097c (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 a903a545d4b6456c57c00e99c64142ddae177f7c
Author: Sandro Santilli <strk at kbt.io>
Date: Tue Nov 3 15:05:04 2020 +0100
Fix sfcgal regress tests, add `check` rule in sfcgal/
diff --git a/sfcgal/Makefile.in b/sfcgal/Makefile.in
index 7c39b00..000588f 100644
--- a/sfcgal/Makefile.in
+++ b/sfcgal/Makefile.in
@@ -168,3 +168,6 @@ check-unit:
check-regress:
maintainer-clean: distclean
+
+check:
+ $(MAKE) -C regress check
diff --git a/sfcgal/regress/tests.mk b/sfcgal/regress/tests.mk
index c2a7ab7..efb2d0b 100644
--- a/sfcgal/regress/tests.mk
+++ b/sfcgal/regress/tests.mk
@@ -11,6 +11,6 @@
# **********************************************************************
TESTS += \
- $(topsrcdir)/regress/sfcgal/regress_sfcgal \
- $(topsrcdir)/regress/sfcgal/approximatemedialaxis.sql
+ $(topsrcdir)/sfcgal/regress/regress_sfcgal \
+ $(topsrcdir)/sfcgal/regress/approximatemedialaxis.sql
-----------------------------------------------------------------------
Summary of changes:
sfcgal/Makefile.in | 3 +++
sfcgal/regress/tests.mk | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list