Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use doctest instead of GoogleTest #87

Open
2xB opened this issue Nov 21, 2023 · 0 comments
Open

Use doctest instead of GoogleTest #87

2xB opened this issue Nov 21, 2023 · 0 comments

Comments

@2xB
Copy link
Member

2xB commented Nov 21, 2023

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" ( google/googletest#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 added a commit to 2xB/Kassiopeia that referenced this issue Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant