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

@@ -43,8 +43,6 @@ def configure_args(self):
'--enable-shared'
]
@AutotoolsPackage.sanity_check('build')
@AutotoolsPackage.on_package_attributes(run_tests=True)
def check(self):
make('check')
make('test')