Run check-spaces when using make check

This commit is contained in:
cypherpunks 2016-12-15 12:06:01 +00:00 committed by Nick Mathewson
parent 032da29d28
commit d2a091f3a2

View File

@ -82,6 +82,8 @@ doxygen:
test: all
$(top_builddir)/src/test/test
check-local: check-spaces
need-chutney-path:
@if test ! -d "$$CHUTNEY_PATH"; then \
echo '$$CHUTNEY_PATH was not set.'; \