forked from OSchip/llvm-project
a39e9cf6be
Add new unit tests for external Fortran I/O that drive the Fortran I/O runtime API from C++ and exercise basic writing and read-back in the various combinations of access modes, record length variability, and formatting. Sequential modes are tested with positioning. More thorough tests written in Fortran will follow when they can be compiled and run. The Fortran runtime's error termination callback registration was extended with source file and line number positions for better failure messages in unit testing. Reviewed By: sscalpone Differential Revision: https://reviews.llvm.org/D83164 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
character.cpp | ||
external-hello.cpp | ||
external-io.cpp | ||
format.cpp | ||
hello.cpp | ||
list-input.cpp | ||
testing.cpp | ||
testing.h |