]> granicus.if.org Git - python/commitdiff
Added test_dl to harness
authorRoger E. Masse <rmasse@newcnri.cnri.reston.va.us>
Mon, 16 Dec 1996 20:34:43 +0000 (20:34 +0000)
committerRoger E. Masse <rmasse@newcnri.cnri.reston.va.us>
Mon, 16 Dec 1996 20:34:43 +0000 (20:34 +0000)
Lib/test/testall.py

index 87bbc94e3301822c6a36210f73045218c489374d..94620e738f5192d11fce46694d3a7e6aa1019652 100644 (file)
@@ -23,6 +23,7 @@ tests = ['test_grammar',
         'test_strftime',
         'test_struct',
         'test_errno',
+        'test_dl',
         ]
 
 if __name__ == '__main__':