aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-02-04 11:07:43 -0500
committerNick Mathewson <nickm@torproject.org>2014-02-04 11:08:22 -0500
commit4268cbf29452a9851a6591ad7200468f38c8937c (patch)
treedd4d781db30a04467366146778e0b8b16b01b946 /src
parentc61a472076bb287f94c843f1bddf5e1604014dfe (diff)
downloadtor-4268cbf29452a9851a6591ad7200468f38c8937c.tar
tor-4268cbf29452a9851a6591ad7200468f38c8937c.tar.gz
Distcheck repair: add new python testing code to "tarballs"
'make distcheck' now passes again.
Diffstat (limited to 'src')
-rw-r--r--src/test/include.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am
index b338cbe3e..9f6c3e0d5 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