ソースを参照

Run check-spaces when using `make check`

cypherpunks 8 年 前
コミット
d2a091f3a2
1 ファイル変更2 行追加0 行削除
  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.'; \