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
commit73970b4f76ebb31925f0c26df53533703377c013 (patch)
tree8193e0c792c1167f8f41c72f333baf673b778dca /Makefile.am
parent766b2856f3a493bd92f57c22eda13d6eb7e04a8a (diff)
downloadsubunit-73970b4f76ebb31925f0c26df53533703377c013.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