Use self.run_tests for make check

This commit is contained in:
Adam J. Stewart
2016-08-24 15:21:23 -05:00
parent 70bb1f1707
commit eace068788
11 changed files with 23 additions and 12 deletions

View File

@@ -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')