Added Catch v3 support. (#2656)

This commit is contained in:
Vitaly Zaitsev
2023-02-28 23:16:39 +01:00
committed by GitHub
parent 6b67054071
commit 2a6d3e9f3b
6 changed files with 18 additions and 17986 deletions

View File

@@ -3,8 +3,7 @@
# pragma GCC diagnostic ignored "-Wmaybe-uninitialized" // Workaround for GCC 12
#endif
#define CATCH_CONFIG_MAIN
#include "catch.hpp"
#include <catch2/catch_all.hpp>
#if defined(__GNUC__) && __GNUC__ == 12
# pragma GCC diagnostic pop