Ensure that tests are optional (#3922)

This commit is contained in:
Adam J. Stewart
2017-04-21 12:15:39 -05:00
committed by GitHub
parent 5250e8ee89
commit 46d0ca9d01
13 changed files with 24 additions and 14 deletions

View File

@@ -110,7 +110,8 @@ def install(self, spec, prefix):
make('shared_all')
make("install")
self.install_test()
if self.run_tests:
self.install_test()
@property
def libs(self):