| 1 | suite "differential/smoke" |
| 2 | |
| 3 | case "hello_refs" |
| 4 | source "../../../test_programs/hello.f90" |
| 5 | opts => O0, O1 |
| 6 | armfortas => run |
| 7 | differential => gfortran, flang-new |
| 8 | expect run.stdout check-comments |
| 9 | expect run.exit_code equals 0 |
| 10 | end |
| 11 | |
| 12 | case "arithmetic_refs" |
| 13 | source "../../../test_programs/arithmetic.f90" |
| 14 | opts => O0 |
| 15 | armfortas => run |
| 16 | differential => gfortran, flang-new |
| 17 | expect run.stdout check-comments |
| 18 | expect run.exit_code equals 0 |
| 19 | end |
| 20 |