Update to Catch v2

Use Catch2 public header instead of using internal Catch v1 headers: we
can do this now because Catch2 supports (albeit in a rather ugly way)
being used with PCH.
This commit is contained in:
Vadim Zeitlin
2022-10-18 18:39:13 +02:00
parent d5a29e1743
commit b2050fcb6f
14 changed files with 90 additions and 101 deletions
+1 -1
View File
@@ -52,7 +52,7 @@
#define __USE_W32_SOCKETS
#endif
#include "catch.hpp"
#include "catch2/catch.hpp"
#if defined(__WXQT__)
// Include this one before enabling the warnings as doing it later, as it