Add node-varnish to the list of submodules tested by check-full
This commit is contained in:
parent
4a12ed1f19
commit
44a8db03e2
2
Makefile
2
Makefile
@ -19,7 +19,7 @@ check-local: config/environments/test.js
|
||||
|
||||
check-submodules:
|
||||
PATH="$$PATH:$(srcdir)/node_modules/.bin/"; \
|
||||
for sub in windshaft grainstore mapnik; do \
|
||||
for sub in windshaft grainstore node-varnish mapnik; do \
|
||||
test -e node_modules/$${sub} && make -C node_modules/$${sub} check; \
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user