mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-02-08 21:18:40 +01:00
friend_test macro
This commit is contained in:
4
tests/friend_test.hpp
Normal file
4
tests/friend_test.hpp
Normal 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
|
||||
Reference in New Issue
Block a user