exercism / cpp

Exercism exercises in C++.
https://exercism.org/tracks/cpp
MIT License
257 stars 211 forks source link

fix(test): correct includes to work with v3 runner #705

Closed vaeng closed 1 year ago

vaeng commented 1 year ago

All exercises have been tested via the docker image to check compatibility with the new Catch2 v3. In the end, it was only the circular-buffer exercise that still caused problems.

The includes were not in the standard form and caused a problem. Existing solutions do not need retesting, the change only affects the test-runner automation.

Closes #704 [no important files changed]