scgmlz / Steca

Stress and texture calculator (data reduction for neutron and x-ray materials diffraction)
3 stars 5 forks source link

consider catch2 instead of googletest #230

Closed jwuttke closed 5 years ago

jwuttke commented 6 years ago

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).

jwuttke commented 5 years ago

Investigated by Paul Cuccuru, May 2019. Conclusion: