This commit is contained in:
Kovid Goyal 2011-06-10 10:41:07 -06:00
parent f99a6f0056
commit 48a78bca52

View File

@ -99,12 +99,12 @@ def test():
test_lxml()
test_fontconfig()
test_sqlite()
if iswindows:
test_winutil()
test_win32()
test_qt()
test_imaging()
test_unrar()
if iswindows:
test_win32()
test_winutil()
if __name__ == '__main__':
test()