diff options
author | Linus Nordberg <linus@torproject.org> | 2013-06-05 15:48:57 +0200 |
---|---|---|
committer | Linus Nordberg <linus@torproject.org> | 2013-06-13 16:33:56 +0200 |
commit | c82d7950ad9a1614a8f3929f53eaed572c9d9e2e (patch) | |
tree | 63a28862b5a02db4a898593d0c2efb18f8b32414 /Makefile.am | |
parent | c132427db4f207a32e4abaae0e070840e5e2b808 (diff) | |
download | tor-c82d7950ad9a1614a8f3929f53eaed572c9d9e2e.tar.gz tor-c82d7950ad9a1614a8f3929f53eaed572c9d9e2e.zip |
Add make target test-network running traffic tests in a Chutney network.
This implements ticket #8530.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 4639c22c41..e9976fa657 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,6 +60,10 @@ doxygen: test: all ./src/test/test +# Requires a copy of Chutney in ./chutney +test-network: all + ./src/test/test-network.sh + # Avoid strlcpy.c, strlcat.c, aes.c, OpenBSD_malloc_Linux.c, sha256.c, # eventdns.[hc], tinytest*.[ch] check-spaces: |