aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLinus Nordberg <linus@torproject.org>2013-06-05 15:48:57 +0200
committerLinus Nordberg <linus@torproject.org>2013-06-14 14:17:42 +0200
commitb567efcfff72f8ba5bb9ef2612318bc18f2b4880 (patch)
tree52d421a0f6ec7e413f1fc605db7bf2986f3f5a17 /Makefile.am
parentc82d7950ad9a1614a8f3929f53eaed572c9d9e2e (diff)
downloadtor-b567efcfff72f8ba5bb9ef2612318bc18f2b4880.tar
tor-b567efcfff72f8ba5bb9ef2612318bc18f2b4880.tar.gz
Use CHUTNEY_PATH to find Chutney.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e9976fa65..a736638e4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -60,7 +60,8 @@ doxygen:
test: all
./src/test/test
-# Requires a copy of Chutney in ./chutney
+# Note that test-network requires a copy of Chutney in $CHUTNEY_PATH.
+# Chutney can be cloned from https://git.torproject.org/chutney.git .
test-network: all
./src/test/test-network.sh