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_podofo()
test_markdown()
if islinux:
test_dbus()
if iswindows:
test_wpd()
test_winutil()
else:
test_terminal()
if islinux:
test_dbus()
if isosx:
test_fsevents()