You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
500 B

From e8119dcdcb42479896a35cec5dc85c17c1901b2e Mon Sep 17 00:00:00 2001
From: Sam James <sam@gentoo.org>
Date: Thu, 6 Jan 2022 23:56:59 +0000
Subject: [PATCH 1/2] Use system copy of catch2
In particular, we get glibc-2.34 fixes for free then.
--- a/tests/include/es-test.hpp
+++ b/tests/include/es-test.hpp
@@ -23,4 +23,4 @@ PARTICULAR PURPOSE. See the GNU General Public License for more details.
// #define CATCH_CONFIG_WINDOWS_CRTDBG
#endif
-#include "catch.hpp"
+#include <catch2/catch.hpp>