Home
last modified time | relevance | path

Searched refs:subtests (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/winetest/
H A Dmain.c49 char **subtests; member
426 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()