do not repeat tests
This commit is contained in:
parent
4d902ea85c
commit
1aa7e1a4bd
@ -79,14 +79,6 @@ def configure_build_and_exe(name, setup_command, launcher=None):
|
|||||||
assert 'PASSED' in stdout
|
assert 'PASSED' in stdout
|
||||||
|
|
||||||
|
|
||||||
def test_fc():
|
|
||||||
configure_build_and_exe('fc', 'python setup --fc=gfortran')
|
|
||||||
|
|
||||||
|
|
||||||
def test_fc_blas():
|
|
||||||
configure_build_and_exe('fc_blas', 'python setup --fc=gfortran --blas')
|
|
||||||
|
|
||||||
|
|
||||||
@skip_on_osx
|
@skip_on_osx
|
||||||
def test_fc_openblas():
|
def test_fc_openblas():
|
||||||
configure_build_and_exe('fc_blas', 'python setup --fc=gfortran --openblas')
|
configure_build_and_exe('fc_blas', 'python setup --fc=gfortran --openblas')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user