summaryrefslogtreecommitdiffstats
path: root/Tests/FortranModules/Library/b.f90
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Add symbols to FortranModules static librariesBrad King2019-09-261-0/+3
| | | | | | | | | | When GNU `ar` creates an archive with no symbols it has only an empty header but no string table. On Solaris the OS-provided `ld` fails in this case: ld: elf error: file libfoo.a: elf_getarsym Update our test to actually provide symbols from its archives.
* Tests: Split Fortran module testing into separate FortranModules testBrad King2016-09-221-0/+2
The main Fortran test is not granular enough. Split some into another test.