Use self.run_tests for make check
This commit is contained in:
@@ -38,5 +38,6 @@ def install(self, spec, prefix):
|
||||
configure('--prefix={0}'.format(prefix))
|
||||
|
||||
make()
|
||||
make('test')
|
||||
if self.run_tests:
|
||||
make('test')
|
||||
make('install')
|
||||
|
Reference in New Issue
Block a user