| 1 | suite "differential/io-and-interop" |
| 2 | |
| 3 | case "file_io_refs" |
| 4 | source "../../../test_programs/file_io.f90" |
| 5 | armfortas => run |
| 6 | differential => gfortran, flang-new |
| 7 | expect run.stdout check-comments |
| 8 | expect run.exit_code equals 0 |
| 9 | end |
| 10 | |
| 11 | case "bind_c_value_refs" |
| 12 | source "../../../test_programs/bind_c_value.f90" |
| 13 | armfortas => run |
| 14 | differential => gfortran, flang-new |
| 15 | expect run.stdout check-comments |
| 16 | expect run.exit_code equals 0 |
| 17 | end |
| 18 |