Added test_dl to harness

This commit is contained in:
Roger E. Masse 1996-12-16 20:34:43 +00:00
parent 2362b58952
commit e00d4da7fa

View File

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