diff options
author | Linus Nordberg <linus@torproject.org> | 2013-06-05 15:48:57 +0200 |
---|---|---|
committer | Linus Nordberg <linus@torproject.org> | 2013-06-14 14:17:42 +0200 |
commit | b567efcfff72f8ba5bb9ef2612318bc18f2b4880 (patch) | |
tree | 52d421a0f6ec7e413f1fc605db7bf2986f3f5a17 /Makefile.am | |
parent | c82d7950ad9a1614a8f3929f53eaed572c9d9e2e (diff) | |
download | tor-b567efcfff72f8ba5bb9ef2612318bc18f2b4880.tar.gz tor-b567efcfff72f8ba5bb9ef2612318bc18f2b4880.zip |
Use CHUTNEY_PATH to find Chutney.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e9976fa657..a736638e4b 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 |