Explorar el Código

Run check-spaces when using `make check`

cypherpunks hace 8 años
padre
commit
d2a091f3a2
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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.'; \