Add wxWidgets as another Open Source project using Catch

wxWidgets uses Catch (v2 currently) for all of its tests, even though
some of them still use CppUnit-like macros for compatibility.
This commit is contained in:
Vadim Zeitlin 2023-03-11 15:34:49 +01:00 committed by Martin Hořeňovský
parent e5aabb6714
commit 8a1b3b81cb
1 changed files with 3 additions and 0 deletions

View File

@ -110,6 +110,9 @@ A header-only TOML parser and serializer for modern C++.
### [Trompeloeil](https://github.com/rollbear/trompeloeil)
A thread-safe header-only mocking framework for C++14.
### [wxWidgets](https://www.wxwidgets.org/)
Cross-Platform C++ GUI Library.
### [xmlwrapp](https://github.com/vslavik/xmlwrapp)
C++ XML parsing library using libxml2.