summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2012-05-09 21:16:21 +1200
committerRobert Collins <robertc@robertcollins.net>2012-05-09 21:16:21 +1200
commitc2dfe1de4eb88ccad080eaa73874335914304f10 (patch)
tree51eff5d04c6363760d6ebd91605eeedd75ff1ea7 /Makefile.am
parent3d6edea8daac46695fdb762661e4fce718809c47 (diff)
downloadsubunit-c2dfe1de4eb88ccad080eaa73874335914304f10.tar.gz
* ``python/subunit/tests/test_run.py`` was not included in the 0.0.8 tarball.
(Robert Collins)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 716fa0f..1054844 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,6 +28,7 @@ EXTRA_DIST = \
python/subunit/tests/test_details.py \
python/subunit/tests/test_progress_model.py \
python/subunit/tests/test_subunit_filter.py \
+ python/subunit/tests/test_run.py \
python/subunit/tests/test_subunit_stats.py \
python/subunit/tests/test_subunit_tags.py \
python/subunit/tests/test_tap2subunit.py \