Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test C, C++, Fortran interface combinations | Brad King | 2009-08-04 | 1 | -6/+0 |
| | | | | | | | | | Previously the Fortran test created a single executable containing C, C++, and Fortran sources. This commit divides the executable into three libraries corresponding to each language, and two executables testing Fortran/C only and Fortran/C/C++ together. The result tests more combinations of using the languages together, and that language requirements propagate through linking. | ||||
* | ENH: Test Fortran and C++ in one executable | Brad King | 2009-07-27 | 1 | -0/+6 |
This extends the Fortran-to-C interface test to add a C++ source file. The executable can only link with the C++ linker and with the proper Fortran runtime libraries. These libraries should be detected by CMake automatically, so this tests verifies the detection functionality. |