Add test_main() functions to various tests where it was simple to do. Done so
commit4380a315e4cfb7a20f93a7be1d91585297cfe842
authorbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 3 Mar 2008 04:19:29 +0000 (3 04:19 +0000)
committerbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 3 Mar 2008 04:19:29 +0000 (3 04:19 +0000)
treec0d2700c010f550db94f51f218cf557dfdae1af3
parent927b90be8e8464da063bd9afdc1990d22cf52a1d
Add test_main() functions to various tests where it was simple to do. Done so
that regrtest can execute the test_main() directly instead of relying on import
side-effects.

git-svn-id: http://svn.python.org/projects/python/trunk@61198 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_al.py
Lib/test/test_audioop.py
Lib/test/test_cd.py
Lib/test/test_cl.py
Lib/test/test_dbm.py
Lib/test/test_gl.py
Lib/test/test_imageop.py
Lib/test/test_imgfile.py
Lib/test/test_sunaudiodev.py