Lines Matching refs:test__
58 #define TEST_LIST const struct test__ test_list__[]
120 struct test__ { struct
125 extern const struct test__ test_list__[]; argument
140 static const struct test__ *test_current_unit__ = NULL;
285 const struct test__ *test; in test_list_names__()
292 static const struct test__ *test_by_name__(const char *name) in test_by_name__()
294 const struct test__ *test; in test_by_name__()
305 static int test_do_run__(const struct test__ *test) in test_do_run__()
407 static void test_run__(const struct test__ *test) in test_run__()
575 const struct test__ **tests = NULL; in main()
592 tests = (const struct test__ **)realloc( in main()
593 (void *)tests, (n + 1) * sizeof(const struct test__ *)); in main()