Home
last modified time | relevance | path

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

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/
H A DTestToolBase.py104 options.test_files = []
124 options.test_files.append(file_path)
126 options.test_files = options.test_files + options.source_files
134 options.test_files = [options.test_path]
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/command/
H A DParseCommand.py347 def _find_all_commands(test_files, source_root_dir): argument
351 for test_file in test_files:
362 def get_command_infos(test_files, source_root_dir): argument
365 commands, new_source_files = _find_all_commands(test_files, source_root_dir)
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/test/
H A DTool.py146 self.context.options.test_files, self.context.options.source_root_dir)