summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2009-07-22 18:11:41 +1000
committerRobert Collins <robertc@robertcollins.net>2009-07-22 18:11:41 +1000
commit9da868dfba7be4dd792feaebdb9bf5ea4c121063 (patch)
tree213f175a8e0595e7e4bd4077fdc35bda3eb66e0f /Makefile.am
parentd34f8cc3f14fb1fcf138fe781b4c5aa2884fbe6d (diff)
downloadsubunit-9da868dfba7be4dd792feaebdb9bf5ea4c121063.tar.gz
Add subunit.test_results.HookedTestResultDecorator.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0375ba2..eb1ee49 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,7 @@ EXTRA_DIST = \
INSTALL \
Makefile.am \
README \
+ NEWS \
c/README \
c/check-subunit-0.9.3.patch \
c/check-subunit-0.9.5.patch \
@@ -19,6 +20,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_results.py \
runtests.py \
shell/README \
shell/share/subunit.sh \
@@ -52,7 +54,8 @@ pcdata_DATA = libsubunit.pc
pkgpython_PYTHON = \
python/subunit/__init__.py \
python/subunit/iso8601.py \
- python/subunit/run.py
+ python/subunit/run.py \
+ python/subunit/test_results.py
lib_LTLIBRARIES = libsubunit.la