Add node-varnish to the list of submodules tested by check-full

This commit is contained in:
Sandro Santilli 2013-04-15 09:33:41 +02:00
parent 4a12ed1f19
commit 44a8db03e2

View File

@ -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