Added _xdrmodule test

This commit is contained in:
Barry Warsaw 1996-12-17 00:00:17 +00:00
parent ac3acc2b48
commit 237efc5d6f
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ tests = ['test_grammar',
'test_errno',
'test_dl',
'test_thread',
'test_xdr',
]
if __name__ == '__main__':