commit | 237efc5d6f8c16424467e69327dff14dc10cf5ac | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Tue Dec 17 00:00:17 1996 +0000 |
committer | Barry Warsaw <barry@python.org> | Tue Dec 17 00:00:17 1996 +0000 |
tree | a03f16e767744602eb0baa1260041a1caaba345c | |
parent | ac3acc2b482d13a4d5c0a07018114d56cbf08e30 [diff] [blame] |
Added _xdrmodule test
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 @@ 'test_errno', 'test_dl', 'test_thread', + 'test_xdr', ] if __name__ == '__main__':