Searched refs:testdirs (Results 1 - 1 of 1) sorted by relevance

/external/lldb/test/
H A Ddotest.py248 testdirs = [ sys.path[0] ] variable
415 global testdirs
692 testdirs = map(os.path.abspath, args.args)
695 # directory. Let's copy the testdirs over.
700 orig_testdirs = testdirs[:]
701 for srcdir in testdirs:
715 # This will be our modified testdirs.
716 testdirs = tmpdirs
721 # If the original testdirs is ['test'], the make directory has already been copied
729 if len(testdirs) !
[all...]

Completed in 256 milliseconds