Home
last modified time | relevance | path

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

/external/llvm/utils/lit/lit/
DTest.py153 def __init__(self, name, source_root, exec_root, config): argument
156 self.exec_root = exec_root
164 return os.path.join(self.exec_root, *components)
Ddiscovery.py50 exec_root = os.path.realpath(cfg.test_exec_root or path)
51 return Test.TestSuite(cfg.name, source_root, exec_root, cfg), ()
Dmain.py306 print(' Exec Root : %s' % ts.exec_root)