check disabledi in emul32

This commit is contained in:
Ertuğrul Erata
2016-03-20 10:47:02 +02:00
parent fc6265b2cd
commit 427aaae438
+4 -1
View File
@@ -93,8 +93,11 @@ def build():
def check():
shelltools.cd("build")
autotools.make("check || true")
if get.buildTYPE() != "emul32":
autotools.make("check || true")
else:
pass
def install():
shelltools.cd("build")