HomeSort by: relevance | last modified time | path
    Searched defs:TEST_CASE_NAME (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/test/
testutil.h 95 TEST_FIXTURE_TYPE *fixture = set_up(TEST_CASE_NAME); \
105 * TEST_CASE_NAME is defined as the name of the test case function where
110 # define TEST_CASE_NAME __FUNCTION__
114 # define TEST_CASE_NAME __FILE__ ":" testutil_stringify(__LINE__)
117 # define TEST_CASE_NAME __func__
142 void add_test(const char *test_case_name, int (*test_fn) (void));
143 void add_all_tests(const char *test_case_name, int (*test_fn)(int idx), int num,
  /src/crypto/external/apache2/openssl/dist/test/
testutil.h 100 TEST_FIXTURE_TYPE *fixture = set_up(TEST_CASE_NAME); \
113 * TEST_CASE_NAME is defined as the name of the test case function where
118 #define TEST_CASE_NAME __FUNCTION__
122 #define TEST_CASE_NAME __FILE__ ":" testutil_stringify(__LINE__)
125 #define TEST_CASE_NAME __func__
226 void add_test(const char *test_case_name, int (*test_fn)(void));
227 void add_all_tests(const char *test_case_name, int (*test_fn)(int idx), int num,
  /src/crypto/external/bsd/openssl/dist/test/
testutil.h 99 TEST_FIXTURE_TYPE *fixture = set_up(TEST_CASE_NAME); \
113 * TEST_CASE_NAME is defined as the name of the test case function where
118 # define TEST_CASE_NAME __FUNCTION__
122 # define TEST_CASE_NAME __FILE__ ":" testutil_stringify(__LINE__)
125 # define TEST_CASE_NAME __func__
227 void add_test(const char *test_case_name, int (*test_fn) (void));
228 void add_all_tests(const char *test_case_name, int (*test_fn)(int idx), int num,

Completed in 27 milliseconds