Add xmlwrapp to the list of Open Source projects using Catch

This library uses Catch (v2 currently) for its unit tests.
This commit is contained in:
Vadim Zeitlin 2023-03-11 15:33:30 +01:00 committed by Martin Hořeňovský
parent 3a1ef14097
commit e5aabb6714
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.
### [xmlwrapp](https://github.com/vslavik/xmlwrapp)
C++ XML parsing library using libxml2.
## Applications & Tools
### [App Mesh](https://github.com/laoshanxi/app-mesh)