[tor-commits] [tor/master] Distcheck repair: add new python testing code to "tarballs"

nickm at torproject.org nickm at torproject.org
Tue Feb 4 16:08:38 UTC 2014


commit 4268cbf29452a9851a6591ad7200468f38c8937c
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Feb 4 11:07:43 2014 -0500

    Distcheck repair: add new python testing code to "tarballs"
    
    'make distcheck' now passes again.
---
 src/test/include.am |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/test/include.am b/src/test/include.am
index b338cbe..9f6c3e0 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -108,3 +108,9 @@ endif
 	./src/test/test-bt-cl assert | $(PYTHON) $(top_srcdir)/src/test/bt_test.py
 	./src/test/test-bt-cl crash | $(PYTHON) $(top_srcdir)/src/test/bt_test.py
 endif
+
+EXTRA_DIST += \
+	src/test/bt_test.py \
+	src/test/ntor_ref.py \
+	src/test/slownacl_curve25519.py \
+	src/test/test_cmdline_args.py



More information about the tor-commits mailing list