]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Distcheck repair: add new python testing code to "tarballs"
authorNick Mathewson <nickm@torproject.org>
Tue, 4 Feb 2014 16:07:43 +0000 (11:07 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 4 Feb 2014 16:08:22 +0000 (11:08 -0500)
'make distcheck' now passes again.

src/test/include.am

index b338cbe3e6772f1ad0f53232ca1d09e986df7980..9f6c3e0d5baa6d66591368f88f8297731776d93d 100644 (file)
@@ -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