[postgis-tickets] [PostGIS] #4200: move core regress tests under regress/core
PostGIS
trac at osgeo.org
Sat Oct 13 13:52:15 PDT 2018
#4200: move core regress tests under regress/core
-----------------------------------+---------------------------
Reporter: strk | Owner: strk
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 3.0.0
Component: build/upgrade/install | Version: trunk
Keywords: |
-----------------------------------+---------------------------
This is to allow running core-only tests w/out necessarely _also_ running
sfcgal tests, which is currently impossible with a "make check" call
(there's no isolated directory for them).
My proposal is to have:
regress/core
regress/sfcgal
Then the Makefile in regress/ would descend in both if sfcgal is enabled
and only in core otherwise. Users willing to only run core tests can do:
make -C regress/core check
This is particularly useful for running upgrade tests (see
utils/check_all_upgrades) when sfcgal was not available in source release.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4200>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list