@@ -1,7 +1,7 @@ |
| 1 | 1 | suite "consistency/runtime-behavior" |
| 2 | 2 | |
| 3 | 3 | case "mixed_types_cli_run_reproducible" |
| 4 | | -source "../../../test_programs/mixed_types.f90" |
| 4 | +source "../../fixtures/runtime/mixed_types.f90" |
| 5 | 5 | opts => all |
| 6 | 6 | armfortas => run |
| 7 | 7 | repeat => 3 |
@@ -11,7 +11,7 @@ expect run.exit_code equals 0 |
| 11 | 11 | end |
| 12 | 12 | |
| 13 | 13 | case "mixed_types_capture_run_matches_cli" |
| 14 | | -source "../../../test_programs/mixed_types.f90" |
| 14 | +source "../../fixtures/runtime/mixed_types.f90" |
| 15 | 15 | opts => all |
| 16 | 16 | armfortas => run |
| 17 | 17 | repeat => 3 |
@@ -21,7 +21,7 @@ expect run.exit_code equals 0 |
| 21 | 21 | end |
| 22 | 22 | |
| 23 | 23 | case "mixed_types_capture_run_reproducible" |
| 24 | | -source "../../../test_programs/mixed_types.f90" |
| 24 | +source "../../fixtures/runtime/mixed_types.f90" |
| 25 | 25 | opts => all |
| 26 | 26 | armfortas => run |
| 27 | 27 | repeat => 3 |
@@ -31,7 +31,7 @@ expect run.exit_code equals 0 |
| 31 | 31 | end |
| 32 | 32 | |
| 33 | 33 | case "where_construct_cli_run_reproducible" |
| 34 | | -source "../../../test_programs/where_construct.f90" |
| 34 | +source "../../fixtures/runtime/where_construct.f90" |
| 35 | 35 | opts => all |
| 36 | 36 | armfortas => run |
| 37 | 37 | repeat => 3 |
@@ -41,7 +41,7 @@ expect run.exit_code equals 0 |
| 41 | 41 | end |
| 42 | 42 | |
| 43 | 43 | case "where_construct_capture_run_matches_cli" |
| 44 | | -source "../../../test_programs/where_construct.f90" |
| 44 | +source "../../fixtures/runtime/where_construct.f90" |
| 45 | 45 | opts => all |
| 46 | 46 | armfortas => run |
| 47 | 47 | repeat => 3 |
@@ -51,7 +51,7 @@ expect run.exit_code equals 0 |
| 51 | 51 | end |
| 52 | 52 | |
| 53 | 53 | case "where_construct_capture_run_reproducible" |
| 54 | | -source "../../../test_programs/where_construct.f90" |
| 54 | +source "../../fixtures/runtime/where_construct.f90" |
| 55 | 55 | opts => all |
| 56 | 56 | armfortas => run |
| 57 | 57 | repeat => 3 |
@@ -61,7 +61,7 @@ expect run.exit_code equals 0 |
| 61 | 61 | end |
| 62 | 62 | |
| 63 | 63 | case "derived_type_basic_cli_run_reproducible" |
| 64 | | -source "../../../test_programs/derived_type_basic.f90" |
| 64 | +source "../../fixtures/runtime/derived_type_basic.f90" |
| 65 | 65 | opts => all |
| 66 | 66 | armfortas => run |
| 67 | 67 | repeat => 3 |
@@ -71,7 +71,7 @@ expect run.exit_code equals 0 |
| 71 | 71 | end |
| 72 | 72 | |
| 73 | 73 | case "derived_type_basic_capture_run_matches_cli" |
| 74 | | -source "../../../test_programs/derived_type_basic.f90" |
| 74 | +source "../../fixtures/runtime/derived_type_basic.f90" |
| 75 | 75 | opts => all |
| 76 | 76 | armfortas => run |
| 77 | 77 | repeat => 3 |
@@ -81,7 +81,7 @@ expect run.exit_code equals 0 |
| 81 | 81 | end |
| 82 | 82 | |
| 83 | 83 | case "derived_type_basic_capture_run_reproducible" |
| 84 | | -source "../../../test_programs/derived_type_basic.f90" |
| 84 | +source "../../fixtures/runtime/derived_type_basic.f90" |
| 85 | 85 | opts => all |
| 86 | 86 | armfortas => run |
| 87 | 87 | repeat => 3 |
@@ -91,7 +91,7 @@ expect run.exit_code equals 0 |
| 91 | 91 | end |
| 92 | 92 | |
| 93 | 93 | case "string_fixed_cli_run_reproducible" |
| 94 | | -source "../../../test_programs/string_fixed.f90" |
| 94 | +source "../../fixtures/runtime/string_fixed.f90" |
| 95 | 95 | opts => all |
| 96 | 96 | armfortas => run |
| 97 | 97 | repeat => 3 |
@@ -101,7 +101,7 @@ expect run.exit_code equals 0 |
| 101 | 101 | end |
| 102 | 102 | |
| 103 | 103 | case "string_fixed_capture_run_matches_cli" |
| 104 | | -source "../../../test_programs/string_fixed.f90" |
| 104 | +source "../../fixtures/runtime/string_fixed.f90" |
| 105 | 105 | opts => all |
| 106 | 106 | armfortas => run |
| 107 | 107 | repeat => 3 |
@@ -111,7 +111,7 @@ expect run.exit_code equals 0 |
| 111 | 111 | end |
| 112 | 112 | |
| 113 | 113 | case "string_fixed_capture_run_reproducible" |
| 114 | | -source "../../../test_programs/string_fixed.f90" |
| 114 | +source "../../fixtures/runtime/string_fixed.f90" |
| 115 | 115 | opts => all |
| 116 | 116 | armfortas => run |
| 117 | 117 | repeat => 3 |