-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Added Catch v3 support #2661
Added Catch v3 support #2661
Conversation
Release configurations builds fine, but Debug fails. |
It seems that some tests has bad tags with extra closing ]] see https://github.com/search?q=repo%3Agabime%2Fspdlog+%5D%5D%22&type=code |
Yep. I will try to fix that. |
@gabime It works now. Thanks for the pointer. |
Thanks @xvitaly . Merged. |
@xvitaly Unfortunately the windows appveyor CI fails now. Could you please take a look? |
Typical Windows problem - missing Catch2Main.dll near spdlog-utests.exe. |
We need to copy compiled |
I will try to fix that in a separate PR. |
Thanks |
* Added Catch v3 support. * Removed extra square brackets from some tests.
Added Catch v3 support. Second attempt.