summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1996-12-17 00:00:17 (GMT)
committerBarry Warsaw <barry@python.org>1996-12-17 00:00:17 (GMT)
commit237efc5d6f8c16424467e69327dff14dc10cf5ac (patch)
treea03f16e767744602eb0baa1260041a1caaba345c /Lib
parentac3acc2b482d13a4d5c0a07018114d56cbf08e30 (diff)
downloadcpython-237efc5d6f8c16424467e69327dff14dc10cf5ac.zip
cpython-237efc5d6f8c16424467e69327dff14dc10cf5ac.tar.gz
cpython-237efc5d6f8c16424467e69327dff14dc10cf5ac.tar.bz2
Added _xdrmodule test
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/testall.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/testall.py b/Lib/test/testall.py
index 6d3b86f..d1a70bd 100644
--- a/Lib/test/testall.py
+++ b/Lib/test/testall.py
@@ -25,6 +25,7 @@ tests = ['test_grammar',
'test_errno',
'test_dl',
'test_thread',
+ 'test_xdr',
]
if __name__ == '__main__':