HomeSort by relevance Sort by last modified time
    Searched refs:exec_root (Results 1 - 3 of 3) sorted by null

  /external/llvm/utils/lit/lit/
Test.py 35 def __init__(self, name, source_root, exec_root, config):
38 self.exec_root = exec_root
46 return os.path.join(self.exec_root, *components)
discovery.py 47 exec_root = os.path.realpath(cfg.test_exec_root or path)
48 return Test.TestSuite(cfg.name, source_root, exec_root, cfg), ()
main.py 295 print ' Exec Root : %s' % ts.exec_root

Completed in 394 milliseconds