You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: episodes/4-fortran-unit-test-syntax.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -357,11 +357,11 @@ end function my_test_params_toString
357
357
358
358
## Challenge: Write Fortran unit tests in multiple frameworks.
359
359
360
-
Take a look at [3-fortran-unit-test-syntax/challenge](https://github.com/UCL-ARC/fortran-unit-testing-exercises/tree/main/episodes/3-fortran-unit-test-syntax/challenge).
360
+
Take a look at [4-fortran-unit-test-syntax/challenge](https://github.com/UCL-ARC/fortran-unit-testing-exercises/tree/main/episodes/4-fortran-unit-test-syntax/challenge).
361
361
362
362
:::::::::::::::::::::::::::::::: solution
363
363
364
-
A solution is provided in [3-fortran-unit-test-syntax/solution](https://github.com/UCL-ARC/fortran-unit-testing-exercises/tree/main/episodes/3-fortran-unit-test-syntax/solution).
364
+
A solution is provided in [4-fortran-unit-test-syntax/solution](https://github.com/UCL-ARC/fortran-unit-testing-exercises/tree/main/episodes/4-fortran-unit-test-syntax/solution).
Copy file name to clipboardExpand all lines: episodes/5-debugging-a-broken-test.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,7 +196,7 @@ This results in the output
196
196
197
197
```bash
198
198
$ ctest
199
-
Test project /Users/connoraird/work/fortran-unit-testing-exercises/episodes/4-debugging-a-broken-test/challenge-1/build-cmake
199
+
Test project /Users/connoraird/work/fortran-unit-testing-exercises/episodes/5-debugging-a-broken-test/challenge-1/build-cmake
200
200
Start 2: pfunit_transpose_tests
201
201
1/1 Test #2: pfunit_transpose_tests ........... Passed 0.24 sec
202
202
@@ -449,11 +449,11 @@ end do
449
449
450
450
### Challenge 2: Debug and fix a failing test.
451
451
452
-
Take a look at the [4-debugging-a-broken-test/challenge-1 README.md](https://github.com/UCL-ARC/fortran-unit-testing-exercises/tree/main/episodes/4-debugging-a-broken-test/challenge-1/README.md) in the exercises repository.
452
+
Take a look at the [5-debugging-a-broken-test/challenge-1 README.md](https://github.com/UCL-ARC/fortran-unit-testing-exercises/tree/main/episodes/5-debugging-a-broken-test/challenge-1/README.md) in the exercises repository.
453
453
454
454
:::::::::::::::::::::::::::::::: solution
455
455
456
-
A solution is provided in [README-solution.md](https://github.com/UCL-ARC/fortran-unit-testing-exercises/tree/main/episodes/4-debugging-a-broken-test/challenge-1/README-solution.md).
456
+
A solution is provided in [README-solution.md](https://github.com/UCL-ARC/fortran-unit-testing-exercises/tree/main/episodes/5-debugging-a-broken-test/challenge-1/README-solution.md).
Copy file name to clipboardExpand all lines: episodes/6-testing-parallel-code.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,11 +134,11 @@ end subroutine TestMySrcProcedure
134
134
135
135
### Challenge 1: Testing MPI parallel code
136
136
137
-
Take a look at [5-testing-parallel-code/challenge](https://github.com/UCL-ARC/fortran-unit-testing-exercises/tree/main/episodes/5-testing-parallel-code/challenge) in the exercises repository.
137
+
Take a look at [6-testing-parallel-code/challenge](https://github.com/UCL-ARC/fortran-unit-testing-exercises/tree/main/episodes/6-testing-parallel-code/challenge) in the exercises repository.
138
138
139
139
:::::::::::::::::::::::::::::::: solution
140
140
141
-
A solution is provided in [5-testing-parallel-code/solution](https://github.com/UCL-ARC/fortran-unit-testing-exercises/tree/main/episodes/5-testing-parallel-code/solution).
141
+
A solution is provided in [6-testing-parallel-code/solution](https://github.com/UCL-ARC/fortran-unit-testing-exercises/tree/main/episodes/6-testing-parallel-code/solution).
0 commit comments