TODO: add a task for migrating C++ tests to Catch2 v3
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 23 May 2024 07:36:14 +0000 (09:36 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 23 May 2024 07:36:14 +0000 (09:36 +0200)
commit47424e1ab4adb6b830807ab75ce454ea0608804a
tree73b8c0578b2fc9aa3ba361ce5900d1a20a78a875
parent3ece522b8d834a456ab5c27c682a9e099449cc4c
TODO: add a task for migrating C++ tests to Catch2 v3

Current Catch2 release is v3.6. C++ tests in libgpiod still use v2.x.
Catch2 v2 and v3 are not compatible and the tests must be migrated to
the most recent major release. Add a task for it to TODO.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
TODO