mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-01-04 03:11:31 +01:00
6 lines
232 B
C++
6 lines
232 B
C++
// SPDX-License-Identifier: MPL-2.0
|
|
#define FRIEND_TEST(test_name) friend void test_name##_impl();
|
|
|
|
#define TEST_CASE_PRIVATE_FWD(test_name) \
|
|
void test_name##_impl(); // foward declaration
|