diff options
author | Barry Warsaw <barry@python.org> | 1996-12-17 00:00:17 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1996-12-17 00:00:17 (GMT) |
commit | 237efc5d6f8c16424467e69327dff14dc10cf5ac (patch) | |
tree | a03f16e767744602eb0baa1260041a1caaba345c /Lib | |
parent | ac3acc2b482d13a4d5c0a07018114d56cbf08e30 (diff) | |
download | cpython-237efc5d6f8c16424467e69327dff14dc10cf5ac.zip cpython-237efc5d6f8c16424467e69327dff14dc10cf5ac.tar.gz cpython-237efc5d6f8c16424467e69327dff14dc10cf5ac.tar.bz2 |
Added _xdrmodule test
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/testall.py | 1 |
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__': |