compiletest

Function collect_and_make_tests

source
pub fn collect_and_make_tests(config: Arc<Config>) -> Vec<TestDescAndFn>
Expand description

Creates libtest structures for every test/revision in the test suite directory.

This always inspects all test files in the suite (e.g. all 17k+ ui tests), regardless of whether any filters/tests were specified on the command-line, because filtering is handled later by libtest.