forked from OSchip/llvm-project
Move lldb/test to lldb/packages/Python/lldbsuite/test.
This is the conclusion of an effort to get LLDB's Python code structured into a bona-fide Python package. This has a number of benefits, but most notably the ability to more easily share Python code between different but related pieces of LLDB's Python infrastructure (for example, `scripts` can now share code with `test`). llvm-svn: 251532
This commit is contained in:
parent
a8a3bd2100
commit
c432c8f856
|
@ -1 +1,4 @@
|
|||
# Module level initialization for the `lldbsuite.test` module.
|
||||
|
||||
import dotest
|
||||
run_suite = dotest.run_suite
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue