Our unit tests, in directory utest, currently use the library Googletest, which is distributed along with Steca in the directory 3rdparty/gtest.
Googletest is bloated and complicated. Therefore, we should try out whether we can replace it by the much lighter library Catch2 (https://github.com/catchorg/Catch2).
Our unit tests, in directory utest, currently use the library Googletest, which is distributed along with Steca in the directory 3rdparty/gtest.
Googletest is bloated and complicated. Therefore, we should try out whether we can replace it by the much lighter library Catch2 (https://github.com/catchorg/Catch2).