Kassiopeia icon indicating copy to clipboard operation
Kassiopeia copied to clipboard

Use doctest instead of GoogleTest

Open 2xB opened this issue 7 months ago • 0 comments

GoogleTest fails to compile on recent clang versions (see #85 ). GoogleTest currently considers to add a new dependency to the central Google base library "abseil" ( https://github.com/google/googletest/issues/2883 ). Since our fork of GoogleTest is many years out of date and integrating a new version would be a significant effort anyways, it seems reasonable to move to the dependency-less single-header testing library doctest: https://github.com/doctest/doctest

2xB avatar Nov 21 '23 15:11 2xB