From: Barry Warsaw Date: Tue, 17 Dec 1996 00:00:17 +0000 (+0000) Subject: Added _xdrmodule test X-Git-Tag: v1.5a1~729 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=237efc5d6f8c16424467e69327dff14dc10cf5ac;p=python Added _xdrmodule test --- 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__':