Lines Matching refs:auto_tests
268 auto_tests = defaultdict(lambda: defaultdict(dict))
270 return auto_tests
281 auto_tests[m.group(1)][m.group(2)][m.group(3)] = m.group(4)
282 return auto_tests
452 def gen_auto_tests(auto_tests, descr_args, descr_res, fn): argument
455 this_tests = sorted(auto_tests[fn][rm_name].keys())
471 test_out = auto_tests[fn][rm][test]
570 def generate_testfile(inc_input, auto_tests, c_output): argument
581 test_list.append(gen_auto_tests(auto_tests, m.group(1),
672 auto_tests = read_auto_tests(args.auto_input)
680 generate_testfile(args.inc_input, auto_tests, args.c_output)