Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Add symbols to FortranModules static libraries | Brad King | 2019-09-26 | 2 | -0/+6 |
| | | | | | | | | | | 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 test | Brad King | 2016-09-22 | 4 | -0/+19 |
The main Fortran test is not granular enough. Split some into another test. |