Searched refs:TEST_CASE_NAME (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dtestutil.h94 TEST_FIXTURE_TYPE fixture = set_up(TEST_CASE_NAME);\
103 * TEST_CASE_NAME is defined as the name of the test case function where
108 # define TEST_CASE_NAME __FUNCTION__ macro
112 # define TEST_CASE_NAME __FILE__ ":" testutil_stringify(__LINE__) macro
115 # define TEST_CASE_NAME __func__ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dtestutil.h94 TEST_FIXTURE_TYPE fixture = set_up(TEST_CASE_NAME);\
103 * TEST_CASE_NAME is defined as the name of the test case function where
108 # define TEST_CASE_NAME __FUNCTION__ macro
112 # define TEST_CASE_NAME __FILE__ ":" testutil_stringify(__LINE__) macro
115 # define TEST_CASE_NAME __func__ macro

Completed in 122 milliseconds