diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-02-04 11:07:43 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-02-04 11:08:22 -0500 |
commit | 4268cbf29452a9851a6591ad7200468f38c8937c (patch) | |
tree | dd4d781db30a04467366146778e0b8b16b01b946 /src/test/include.am | |
parent | c61a472076bb287f94c843f1bddf5e1604014dfe (diff) | |
download | tor-4268cbf29452a9851a6591ad7200468f38c8937c.tar.gz tor-4268cbf29452a9851a6591ad7200468f38c8937c.zip |
Distcheck repair: add new python testing code to "tarballs"
'make distcheck' now passes again.
Diffstat (limited to 'src/test/include.am')
-rw-r--r-- | src/test/include.am | 6 |
1 files changed, 6 insertions, 0 deletions
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 |