fix copy-paste error; restores tests
This commit is contained in:
@ -81,5 +81,5 @@ def test_cxx():
|
|||||||
|
|
||||||
|
|
||||||
def test_fc():
|
def test_fc():
|
||||||
stdout, stderr = boilerplate('fc', 'python setup.py --cxx=gfortran')
|
stdout, stderr = boilerplate('fc', 'python setup.py --fc=gfortran')
|
||||||
assert 'Hello World!' in stdout
|
assert 'Hello World!' in stdout
|
||||||
|
Reference in New Issue
Block a user