From 54d9e20e3048439d36398ab3b68d90b42a34faca Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Tue, 2 Feb 2016 12:23:30 -0800 Subject: [PATCH] Add the input-paths test to the standard test target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c30bace..3d68b49 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ indent: TESTS = $(wildcard tests/*/out/*.json) SPACE = $(NULL) $(NULL) -test: tippecanoe tippecanoe-decode $(addsuffix .check,$(TESTS)) +test: tippecanoe tippecanoe-decode $(addsuffix .check,$(TESTS)) parallel-test %.json.check: ./tippecanoe -f -o $@.mbtiles $(subst _, ,$(patsubst %.json.check,%,$(word 4,$(subst /, ,$@)))) $(wildcard $(subst $(SPACE),/,$(wordlist 1,2,$(subst /, ,$@)))/*.json)