mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-17 09:47:12 +02:00
5 lines
196 B
C++
5 lines
196 B
C++
#define FRIEND_TEST(test_name) friend void test_name##_impl();
|
|
|
|
#define TEST_CASE_PRIVATE_FWD(test_name) \
|
|
void test_name##_impl(); // foward declaration
|