From: Nick Mathewson Date: Tue, 4 Feb 2014 16:07:43 +0000 (-0500) Subject: Distcheck repair: add new python testing code to "tarballs" X-Git-Tag: tor-0.2.5.2-alpha~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4268cbf29452a9851a6591ad7200468f38c8937c;p=thirdparty%2Ftor.git Distcheck repair: add new python testing code to "tarballs" 'make distcheck' now passes again. --- 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