From 237efc5d6f8c16424467e69327dff14dc10cf5ac Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 17 Dec 1996 00:00:17 +0000 Subject: [PATCH] Added _xdrmodule test --- Lib/test/testall.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/testall.py b/Lib/test/testall.py index 6d3b86f115..d1a70bd22e 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__': -- 2.50.1