Skip to content

Commit c7bc2a4

Browse files
committed
Update boost exercise
1 parent ab89419 commit c7bc2a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

05_testing_and_ci/boost_testing_exercise.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Boost.Test and CTest in Action: SideMade Exercise
22

3-
In this exercise, you extend and automate the unit tests of the [SideMade code](https://github.com/Simulation-Software-Engineering/testing-boost-exercise-wt2425), on which we worked during the lecture.
3+
In this exercise, you extend and automate the unit tests of the [SideMade code](https://github.com/Simulation-Software-Engineering/testing-boost-exercise), on which we worked during the lecture.
44

5-
Deadline: **Thursday, February 5, 2025, 09:00**
5+
Deadline: **Thursday, February 4, 2026, 09:00**
66

77
## Preparation and Submission
88

9-
- Import the [testing boost exercise repository](https://github.com/Simulation-Software-Engineering/testing-boost-exercise-wt2425) in your own account/namespace on GitHub and name it `testing-boost-exercise` again. **Note**: We cannot work with forks here because GitHub Actions may not work in pull requests without explicit approval of the owner of the target repository
9+
- Import the [testing boost exercise repository](https://github.com/Simulation-Software-Engineering/testing-boost-exercise) in your own account/namespace on GitHub and name it `testing-boost-exercise` again. **Note**: We cannot work with forks here because GitHub Actions may not work in pull requests without explicit approval of the owner of the target repository
1010
- Create a new branch `extend-tests` from `main` and work in this branch.
1111
- To submit, open a PR from `extend-tests` to `main` in your own repository. Then paste a link to this PR in a new issue in the original repository. Use `[GITLAB-USERNAME] Boost test exercise` as title of the issue.
1212

0 commit comments

Comments
 (0)