aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorcypherpunks <cypherpunks@torproject.org>2016-12-15 12:06:01 +0000
committerNick Mathewson <nickm@torproject.org>2016-12-16 10:52:15 -0500
commitd2a091f3a2db567bea33c93579608fda0ee24234 (patch)
treeb68450a1dc649cfe808d23690f0199fec4ebdde4 /Makefile.am
parent032da29d28599cfb76afd58e2bff4662912ae109 (diff)
downloadtor-d2a091f3a2db567bea33c93579608fda0ee24234.tar.gz
tor-d2a091f3a2db567bea33c93579608fda0ee24234.zip
Run check-spaces when using `make check`
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
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.'; \