Use self.run_tests for make check
This commit is contained in:
@@ -44,5 +44,6 @@ def install(self, spec, prefix):
|
||||
cmake('..', '-DBUILD_SHARED_LIBS=ON', *std_cmake_args)
|
||||
|
||||
make()
|
||||
# make('test') # Python needed to run tests
|
||||
if self.run_tests:
|
||||
make('test') # Python needed to run tests
|
||||
make('install')
|
||||
|
Reference in New Issue
Block a user