[tor-commits] [tor/master] Mention "make test-network" in doc/HACKING
nickm at torproject.org
nickm at torproject.org
Tue Oct 1 16:50:51 UTC 2013
commit 5baacf5a9ce9721dfc9414acf8c050303fd24761
Author: Nick Mathewson <nickm at torproject.org>
Date: Tue Oct 1 12:50:48 2013 -0400
Mention "make test-network" in doc/HACKING
---
doc/HACKING | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/doc/HACKING b/doc/HACKING
index 9f9e644..5d5e27f 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
~~~~~~~~~~~~~~~~~~~~~~~~~~~
More information about the tor-commits
mailing list