This commit is contained in:
Erik Fröjdh
2025-11-21 10:14:14 +01:00
parent 53aed8d8c6
commit 200ae91622
63 changed files with 63 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MPL-2.0
#define FRIEND_TEST(test_name) friend void test_name##_impl();
#define TEST_CASE_PRIVATE_FWD(test_name) \

View File

@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MPL-2.0
#include <catch2/catch_test_macros.hpp>
#include <catch2/interfaces/catch_interfaces_capture.hpp>