packages : moved decorators into AutotoolsPackage and CMakePackage
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user