friend_test macro

This commit is contained in:
2025-06-12 17:46:10 +02:00
parent cfe7c31fe4
commit 75f63607fc
8 changed files with 61 additions and 18 deletions

4
tests/friend_test.hpp Normal file
View File

@@ -0,0 +1,4 @@
#define FRIEND_TEST(test_name) friend void test_name##_impl();
#define TEST_CASE_PRIVATE_FWD(test_name) \
void test_name##_impl(); // foward declaration