robotology / osqp-eigen

Simple Eigen-C++ wrapper for OSQP library
https://robotology.github.io/osqp-eigen/
BSD 3-Clause "New" or "Revised" License
396 stars 118 forks source link

Drop Google test in favor of Catch2 #58

Closed GiulioRomualdi closed 4 years ago

GiulioRomualdi commented 4 years ago

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.

@traversaro and @S-Dafarra

S-Dafarra commented 4 years ago

Agree!

GiulioRomualdi commented 4 years ago

Closed with #59