make benchmark run against local libmapnik
This commit is contained in:
parent
7cfb1e417a
commit
4397cfe279
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -61,7 +61,8 @@ test-local:
|
||||||
make test
|
make test
|
||||||
|
|
||||||
bench:
|
bench:
|
||||||
@./benchmark/run
|
@export ${LINK_FIX}=`pwd`/src:${${LINK_FIX}} && \
|
||||||
|
./benchmark/run
|
||||||
|
|
||||||
check: test-local
|
check: test-local
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue