summaryrefslogtreecommitdiff
path: root/test cases/fortran/7 generated
AgeCommit message (Collapse)Author
2025-04-03tests/fortran: use fs.copyfileDylan Baker
Since the comment saying we need a generic way to do this is a little outdated.
2025-04-03tests/fortran: also test using a generator()Dylan Baker
We already test for custom_targets and configure_file, but we should test a generator too
2021-09-20backend/ninja: add generated sources to depscan order depsDylan Baker
Since we changed to using a json file to avoid over long command lines we created a situation where the generated files may not be ready when the depscan happens. To avoid that, we need to add all of the generated sources as order deps. Fixes: #9258
2021-09-20tests/fortran/7 generated: don't try to find a configure_file by pathDylan Baker
Use the value returned by configure file instead. The issue that caused this to be required is no longer present.
2020-06-15test:fortran7: default static so Intel/VS-based compilers passMichael Hirsch
we did the same thing earlier with other Fortran tests for the same reason.
2020-06-14windows: Canonicalize `:` in filenamesNirbheek Chauhan
Fixes https://github.com/mesonbuild/meson/issues/7265
2020-06-14fortran generated test: add code to reveal issueMichael Hirsch
used with Issue #7265
2019-02-26Fortran: handle self-referential filesMichael Hirsch, Ph.D
2017-05-13Turn feature test into a proper unit testBálint Aradi
2017-05-12Add test for fortran dependency scanning fixBálint Aradi