Google Test from the next releases will start to depend on abseil, see here. Abseil is a quite big C++ library that is not packaged in Ubuntu or Homebrew (see https://repology.org/project/abseil-cpp/versions), and will make Google Test a non-trivial dependency to obtain. On light of this I would propose moving from Google Test to Catch2.
Google Test
from the next releases will start to depend onabseil
, see here.Abseil
is a quite big C++ library that is not packaged in Ubuntu or Homebrew (see https://repology.org/project/abseil-cpp/versions), and will makeGoogle Test
a non-trivial dependency to obtain. On light of this I would propose moving fromGoogle Test
toCatch2
.@traversaro and @S-Dafarra