Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/builders/
H A Dbuilder.py39 def getMake(self, test_subdir, test_name): argument
50 if not (lldb_test and configuration.test_build_dir and test_subdir
51 and test_name and (not os.path.isabs(test_subdir))):
53 build_dir = os.path.join(configuration.test_build_dir, test_subdir,
55 src_dir = os.path.join(configuration.test_src_root, test_subdir)