make benchmark run against local libmapnik

This commit is contained in:
Dane Springmeyer 2013-11-19 12:33:14 -08:00
parent 7cfb1e417a
commit 4397cfe279

View file

@ -61,7 +61,8 @@ test-local:
make test
bench:
@./benchmark/run
@export ${LINK_FIX}=`pwd`/src:${${LINK_FIX}} && \
./benchmark/run
check: test-local