packages : moved decorators into AutotoolsPackage and CMakePackage

This commit is contained in:
alalazo
2016-10-22 01:03:07 +02:00
parent 012da99644
commit 482f60d1d3
5 changed files with 23 additions and 16 deletions

View File

@@ -45,7 +45,5 @@ class Qhull(CMakePackage):
depends_on('cmake@2.6:', type='build')
@CMakePackage.sanity_check('build')
@CMakePackage.on_package_attributes(run_tests=True)
def check(self):
make('test')