From b79b9f9957d1f0be1708aa3cab069c13fa79ce9b Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Wed, 12 Sep 2018 14:52:38 -0700 Subject: [PATCH] Turn off geobuf versions for tests of vt3 features --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bcab5a9..bb8fcd8 100644 --- a/Makefile +++ b/Makefile @@ -95,7 +95,9 @@ suffixes = json json.gz rm $@.out $@.mbtiles # Don't test overflow with geobuf, because it fails (https://github.com/mapbox/geobuf/issues/87) -nogeobuf = tests/overflow/out/-z0.json tests/node-attributes/out/-z5.json +# Don't test files that depend upon string IDs with geobuf, since it only supports numeric IDs +# Don't test 3-D geometries with geobuf, since it only supports 2-D +nogeobuf = tests/overflow/out/-z0.json tests/node-attributes/out/-z5.json tests/feature-filter/out/-z0_-Jtests%feature-filter%filter.json tests/id/out/-Z11.json tests/node-attributes/out/-Ccat_-z0.json tests/node-attributes/out/-z0_-ccat.json tests/node-attributes/out/-z5.json geobuf-test: tippecanoe-json-tool $(addsuffix .checkbuf,$(filter-out $(nogeobuf),$(TESTS))) # For quicker address sanitizer build, hope that regular JSON parsing is tested enough by parallel and join tests