CMakePackage, AutotoolsPackage : added default behavior on check

This commit is contained in:
alalazo
2016-10-23 19:02:46 +02:00
parent ebbbed166e
commit fa3f07c092
4 changed files with 33 additions and 10 deletions

View File

@@ -44,6 +44,3 @@ class Qhull(CMakePackage):
url="http://www.qhull.org/download/qhull-2012.1-src.tgz")
depends_on('cmake@2.6:', type='build')
def check(self):
make('test')