Skip to content

Commit

Permalink
always test after building
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Jan 11, 2013
1 parent 4f88755 commit d67a74a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -23,8 +23,9 @@ gyp:
install: all
@node-waf build install

mapnik.node: test
mapnik.node:
@node-waf build -j $(NPROCS)
@make test

clean:
@node-waf clean distclean
Expand Down

0 comments on commit d67a74a

Please sign in to comment.