diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-10-01 12:50:48 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-10-01 12:50:48 -0400 |
commit | 5baacf5a9ce9721dfc9414acf8c050303fd24761 (patch) | |
tree | 24170d00a026e3388176db9b61657f9efc9f8f77 /doc/HACKING | |
parent | a980d844cd66bd2fb9d2581e5d5b9d98ae8b21d0 (diff) | |
download | tor-5baacf5a9ce9721dfc9414acf8c050303fd24761.tar.gz tor-5baacf5a9ce9721dfc9414acf8c050303fd24761.zip |
Mention "make test-network" in doc/HACKING
Diffstat (limited to 'doc/HACKING')
-rw-r--r-- | doc/HACKING | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/HACKING b/doc/HACKING index 9f9e6447b7..5d5e27f966 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~ |