summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2009-10-10 14:42:32 +1100
committerRobert Collins <robertc@robertcollins.net>2009-10-10 14:42:32 +1100
commit7184ab7b37872916fb34bcc3f21e715ecf9b56cd (patch)
treebcf7bb54e48b98a714dd12f2bd7d59e685eefdb8 /Makefile.am
parent9d0b6059d1be888fcc073191e2757fa9cd7e6de1 (diff)
downloadsubunit-7184ab7b37872916fb34bcc3f21e715ecf9b56cd.tar.gz
Move chunking to be \r\n based and create a dedicated module with that logic.
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 c5f071b..8042f14 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,6 +16,7 @@ EXTRA_DIST = \
python/subunit/tests/__init__.py \
python/subunit/tests/sample-script.py \
python/subunit/tests/sample-two-script.py \
+ python/subunit/tests/test_chunked.py \
python/subunit/tests/test_content.py \
python/subunit/tests/test_content_type.py \
python/subunit/tests/test_subunit_filter.py \
@@ -64,6 +65,7 @@ pcdata_DATA = \
pkgpython_PYTHON = \
python/subunit/__init__.py \
+ python/subunit/chunked.py \
python/subunit/content.py \
python/subunit/content_type.py \
python/subunit/iso8601.py \