]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Mention "make test-network" in doc/HACKING
authorNick Mathewson <nickm@torproject.org>
Tue, 1 Oct 2013 16:50:48 +0000 (12:50 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 1 Oct 2013 16:50:48 +0000 (12:50 -0400)
doc/HACKING

index 9f9e6447b7febdeb1df745ddf53c81256daea2ec..5d5e27f96680397ff8e1c8eb6703656c174a53f3 100644 (file)
@@ -135,6 +135,13 @@ If that doesn't work:
    * Try configuring Tor with --disable-gcc-hardening
    * You might need to run 'make clean' after you run './configure'.
 
+Running integration tests
+~~~~~~~~~~~~~~~~~~~~~~~~~
+
+We have the beginnings of a set of scripts to run integration tests using
+Chutney. To try them, set CHUTNEY_DIR to your chutney source directory, and
+run "make test-network".
+
 Profiling Tor with oprofile
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~