aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/HACKING7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/HACKING b/doc/HACKING
index 9f9e6447b..5d5e27f96 100644
--- a/doc/HACKING
+++ b/doc/HACKING
@@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~