Searched refs:subtests (Results 1 – 1 of 1) sorted by relevance
49 char **subtests; member426 test->subtests = xmalloc (allocated * sizeof(char*)); in get_subtests()431 test->subtests = xrealloc (test->subtests, in get_subtests()434 test->subtests[test->subtest_count++] = strdup (index); in get_subtests()437 test->subtests = xrealloc (test->subtests, in get_subtests()599 test->subtests[j]); in run_tests()600 run_test (test, test->subtests[j], tempdir); in run_tests()