Merge pull request #7381 from IdrisKalp/master

libcroco disable tests
This commit is contained in:
Idris Kalp
2020-01-08 19:45:21 +03:00
committed by GitHub
+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())