llvm-project/flang/test/Frontend
Andrzej Warzynski 8298ec2d62 [flang][driver] Copy input files into a temp dir when testing
The following frontend driver invocation will generate 2 output files
in the same directory as the input files:
```
flang-new -fc1 input-1.f input-2.f
```
This is the desired behaviour. However, when testing we need to make
sure that we don't pollute the source directory. To this end, copy test
input files into a temporary directory.

Differential Revision: https://reviews.llvm.org/D94243
2021-01-11 13:54:19 +00:00
..
Inputs [Flang][Driver] Add PrintPreprocessedInput FrontendAction (`flang-new -E`) 2020-11-02 14:03:35 +00:00
input-output-file.f90
multiple-input-files.f90 [flang][driver] Copy input files into a temp dir when testing 2021-01-11 13:54:19 +00:00
print-preprocess-C-file.f90 [Flang][Driver] Add PrintPreprocessedInput FrontendAction (`flang-new -E`) 2020-11-02 14:03:35 +00:00
print-preprocessed-file.f90 [flang][driver] Fix formatting in a test (nfc) 2020-12-22 13:38:13 +00:00