Skip to content

Commit

Permalink
Add the input-paths test to the standard test target
Browse files Browse the repository at this point in the history
  • Loading branch information
e-n-f committed Feb 2, 2016
1 parent dfaba5a commit 54d9e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 54d9e20

Please sign in to comment.