diff options
| author | Robert Collins <robertc@robertcollins.net> | 2009-10-10 13:07:11 +1100 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2009-10-10 13:07:11 +1100 |
| commit | 65ddbd561a22e15e1ae5cdb3383c64bfd78e7d95 (patch) | |
| tree | 33b53859eaa5bff30bcc2367e1477288ce7353ad | |
| parent | 6796be6ea3f0d8795fee7ab364a24f0e5678ffbb (diff) | |
| download | subunit-git-65ddbd561a22e15e1ae5cdb3383c64bfd78e7d95.tar.gz | |
Fix distcheck.
| -rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d0080c7..c5f071b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,6 +16,8 @@ EXTRA_DIST = \ python/subunit/tests/__init__.py \ python/subunit/tests/sample-script.py \ python/subunit/tests/sample-two-script.py \ + python/subunit/tests/test_content.py \ + python/subunit/tests/test_content_type.py \ python/subunit/tests/test_subunit_filter.py \ python/subunit/tests/test_subunit_stats.py \ python/subunit/tests/test_subunit_tags.py \ @@ -62,6 +64,8 @@ pcdata_DATA = \ pkgpython_PYTHON = \ python/subunit/__init__.py \ + python/subunit/content.py \ + python/subunit/content_type.py \ python/subunit/iso8601.py \ python/subunit/progress_model.py \ python/subunit/run.py \ |
