Added test_errno to the test suite

This commit is contained in:
Roger E. Masse 1996-12-16 20:20:33 +00:00
parent 529fcfe31f
commit 8ba76d3cf3
2 changed files with 45 additions and 0 deletions

View file

@ -22,6 +22,7 @@ tests = ['test_grammar',
'test_select',
'test_strftime',
'test_struct',
'test_errno',
]
if __name__ == '__main__':