Lines Matching full:files
7 ! TEST 1: Both input files are processed (output is printed to stdout)
10 ! TEST 2: None of the files is processed (not possible to specify the output file when multiple input files are present)
17 ! TEST 3: Both input files are processed
18 ! This particular test case generates output files in the same directory as the input files. We need to copy the input files into a
22 ! RUN: %flang_fc1 -test-io hello.f90 multiple-input-files.f90 2>&1 \
23 ! RUN: && FileCheck %s --input-file=multiple-input-files.txt --match-full-lines -check-prefix=FC1-OUTPUT1 \
30 ! TEST 1: By default, `flang` prints the output from all input files to
41 ! TEST 2: `-o` does not when multiple input files are present
42 ! ERROR: flang{{.*}}: error: cannot specify -o when generating multiple output files
45 ! input files and generate one output file for every input file.