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

@@ -42,7 +42,3 @@ def configure_args(self):
'--disable-dependency-tracking',
'--enable-shared'
]
def check(self):
make('check')
make('test')