This commit is contained in:
2025-01-26 19:24:23 -08:00
parent 32cd60e92b
commit d1dde0dbc6
4155 changed files with 29170 additions and 216373 deletions

View File

@@ -122,6 +122,15 @@ class TestF90Contiuation(util.F2PyTest):
assert(res[0] == 8)
assert(res[1] == 15)
class TestLowerF2PYDirectives(util.F2PyTest):
# Check variables are cased correctly
sources = [util.getpath("tests", "src", "regression", "lower_f2py_fortran.f90")]
@pytest.mark.slow
def test_gh28014(self):
self.module.inquire_next(3)
assert True
@pytest.mark.slow
def test_gh26623():
# Including libraries with . should not generate an incorrect meson.build

View File

@@ -57,7 +57,6 @@ def check_language(lang, code_snippet=None):
return runmeson.returncode == 0
finally:
shutil.rmtree(tmpdir)
return False
fortran77_code = '''