]> granicus.if.org Git - python/commitdiff
Added _xdrmodule test
authorBarry Warsaw <barry@python.org>
Tue, 17 Dec 1996 00:00:17 +0000 (00:00 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 17 Dec 1996 00:00:17 +0000 (00:00 +0000)
Lib/test/testall.py

index 6d3b86f115a17edb06fe71787bfb8c45767a26fc..d1a70bd22e9ff08c36ee0b27fe8ad7bab3cee57c 100644 (file)
@@ -25,6 +25,7 @@ tests = ['test_grammar',
         'test_errno',
         'test_dl',
         'test_thread',
+        'test_xdr',
         ]
 
 if __name__ == '__main__':