Use self.run_tests for make check
This commit is contained in:
@@ -45,6 +45,7 @@ def install(self, spec, prefix):
|
||||
]
|
||||
configure(*configure_args)
|
||||
make()
|
||||
make('check')
|
||||
make('test') # more exhaustive test
|
||||
if self.run_tests:
|
||||
make('check')
|
||||
make('test') # more exhaustive test
|
||||
make('install')
|
||||
|
Reference in New Issue
Block a user