summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2013-04-08 22:27:29 +1200
committerRobert Collins <robertc@robertcollins.net>2013-04-08 22:27:29 +1200
commit6aaa20b82104f26fd1aa40df09a42dd3bd5110f9 (patch)
tree8193e0c792c1167f8f41c72f333baf673b778dca /Makefile.am
parent03264963c5fc0a145880c20cd1de9800a23a206c (diff)
downloadsubunit-git-6aaa20b82104f26fd1aa40df09a42dd3bd5110f9.tar.gz
Release 0.0.11, depending on the new testtools StreamResult API.0.0.11
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index dfc3d2f..3169ca7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,6 +33,7 @@ EXTRA_DIST = \
python/subunit/tests/test_subunit_tags.py \
python/subunit/tests/test_tap2subunit.py \
python/subunit/tests/test_test_protocol.py \
+ python/subunit/tests/test_test_protocol2.py \
python/subunit/tests/test_test_results.py \
runtests.py \
setup.py \
@@ -77,6 +78,7 @@ pkgpython_PYTHON = \
python/subunit/iso8601.py \
python/subunit/progress_model.py \
python/subunit/run.py \
+ python/subunit/v2.py \
python/subunit/test_results.py
lib_LTLIBRARIES = libsubunit.la