diff options
author | cypherpunks <cypherpunks@torproject.org> | 2016-12-15 12:06:01 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-16 10:52:15 -0500 |
commit | d2a091f3a2db567bea33c93579608fda0ee24234 (patch) | |
tree | b68450a1dc649cfe808d23690f0199fec4ebdde4 /Makefile.am | |
parent | 032da29d28599cfb76afd58e2bff4662912ae109 (diff) | |
download | tor-d2a091f3a2db567bea33c93579608fda0ee24234.tar.gz tor-d2a091f3a2db567bea33c93579608fda0ee24234.zip |
Run check-spaces when using `make check`
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 649ce72244..007a2e82bb 100644 --- a/Makefile.am +++ b/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.'; \ |