libcroco disable tests

This commit is contained in:
idriskalp
2020-01-08 19:44:57 +03:00
parent 25086fd6fe
commit daad5ecca0
+2 -2
View File
@@ -14,8 +14,8 @@ def setup():
def build():
autotools.make()
def check():
autotools.make("test")
#def check():
#autotools.make("test")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())