This commit is contained in:
Kovid Goyal 2015-11-15 10:28:30 +05:30
parent 94699ecc32
commit 85d39860a5

View File

@ -263,13 +263,13 @@ def test():
test_psutil() test_psutil()
test_podofo() test_podofo()
test_markdown() test_markdown()
if islinux:
test_dbus()
if iswindows: if iswindows:
test_wpd() test_wpd()
test_winutil() test_winutil()
else: else:
test_terminal() test_terminal()
if islinux:
test_dbus()
if isosx: if isosx:
test_fsevents() test_fsevents()