From 4268cbf29452a9851a6591ad7200468f38c8937c Mon Sep 17 00:00:00 2001
From: Nick Mathewson <nickm@torproject.org>
Date: Tue, 4 Feb 2014 11:07:43 -0500
Subject: [PATCH] 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 b338cbe3e6..9f6c3e0d5b 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
-- 
GitLab