@@ -1,7 +1,8 @@ |
| 1 | 1 | suite "differential/runtime" |
| 2 | 2 | |
| 3 | 3 | case "mixed_types_refs" |
| 4 | | -source "../../../test_programs/mixed_types.f90" |
| 4 | +source "../../fixtures/runtime/mixed_types.f90" |
| 5 | +opts => O0, O1, O2 |
| 5 | 6 | armfortas => run |
| 6 | 7 | differential => gfortran, flang-new |
| 7 | 8 | expect run.stdout check-comments |
@@ -9,7 +10,8 @@ expect run.exit_code equals 0 |
| 9 | 10 | end |
| 10 | 11 | |
| 11 | 12 | case "where_construct_refs" |
| 12 | | -source "../../../test_programs/where_construct.f90" |
| 13 | +source "../../fixtures/runtime/where_construct.f90" |
| 14 | +opts => O0, O1, O2 |
| 13 | 15 | armfortas => run |
| 14 | 16 | differential => gfortran, flang-new |
| 15 | 17 | expect run.stdout check-comments |
@@ -17,7 +19,8 @@ expect run.exit_code equals 0 |
| 17 | 19 | end |
| 18 | 20 | |
| 19 | 21 | case "derived_type_basic_refs" |
| 20 | | -source "../../../test_programs/derived_type_basic.f90" |
| 22 | +source "../../fixtures/runtime/derived_type_basic.f90" |
| 23 | +opts => O0, O1, O2 |
| 21 | 24 | armfortas => run |
| 22 | 25 | differential => gfortran, flang-new |
| 23 | 26 | expect run.stdout check-comments |
@@ -25,7 +28,8 @@ expect run.exit_code equals 0 |
| 25 | 28 | end |
| 26 | 29 | |
| 27 | 30 | case "string_fixed_refs" |
| 28 | | -source "../../../test_programs/string_fixed.f90" |
| 31 | +source "../../fixtures/runtime/string_fixed.f90" |
| 32 | +opts => O0, O1, O2 |
| 29 | 33 | armfortas => run |
| 30 | 34 | differential => gfortran, flang-new |
| 31 | 35 | expect run.stdout check-comments |