Ensure that tests are optional (#3922)
This commit is contained in:
@@ -67,7 +67,8 @@ def build(self, spec, prefix):
|
||||
with working_dir('long-double'):
|
||||
make()
|
||||
|
||||
def check(self, spec, prefix):
|
||||
def check(self):
|
||||
spec = self.spec
|
||||
if '+double' in spec['fftw']:
|
||||
with working_dir('double'):
|
||||
make("check")
|
||||
|
Reference in New Issue
Block a user