diff --git a/src/calibre/test_build.py b/src/calibre/test_build.py index b987658d72..533e1bd1d1 100644 --- a/src/calibre/test_build.py +++ b/src/calibre/test_build.py @@ -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()