Sfoglia il codice sorgente

Run check-spaces when using `make check`

cypherpunks 8 anni fa
parent
commit
d2a091f3a2
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      Makefile.am

+ 2 - 0
Makefile.am

@@ -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.'; \