[postgis-devel] PostGIS / GEOS static build
Darafei "Komяpa" Praliaskouski
me at komzpa.net
Mon Feb 25 03:32:54 PST 2019
Hi,
We have Fuzzie (as Regina calls them) testing inputs for liblwgeom.
I'd be interested how to test 2-input functions there. So ST_Intersection
and invariants of distances which are implemented in liblwgeom can be
tested.
To test a thing on google's server it has to be a single static binary. We
stub geos for it currently with assert(0) of all of it.
Meanwhile we can test single-input functions. ST_LineMerge,
ST_PointOnSurface, ST_MakeValid and company. To do so we need to statically
link GEOS to that part of test suite somewhere here:
https://github.com/postgis/postgis/blob/svn-trunk/fuzzers/Makefile.
Can we do that?
--
Darafei Praliaskouski
Support me: http://patreon.com/komzpa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-devel/attachments/20190225/7bcd11b8/attachment.html>
More information about the postgis-devel
mailing list