Ensure that tests are optional (#3922)
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user