start moving algorithm in

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-11-18 00:00:00 +00:00
parent 99d6bc6bc1
commit 9dfcb316bf
18 changed files with 743 additions and 548 deletions

View File

@@ -71,6 +71,12 @@ If given, run only the given tests. Otherwise, run all tests.
),
})
cur_run_args.update(my_path_properties['test_run_args'])
if my_path_properties['test_stdin_data'] is not None:
cur_run_args['stdin_file'] = os.path.join(
path_abs,
'test_data',
my_path_properties['test_stdin_data'] + '.i'
)
run_test_args = {
'expected_exit_status': my_path_properties['exit_status'],
'run_args': cur_run_args,