mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-03 16:03:21 +00:00
Add check for __main__ in dotest.py to ensure problems with multiprocessing on some Windows machines.
llvm-svn: 251549
This commit is contained in:
parent
0f0d2982b7
commit
9e3bbb903d
@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import use_lldb_suite
|
||||
if __name__ == "__main__":
|
||||
import use_lldb_suite
|
||||
|
||||
import lldbsuite.test
|
||||
lldbsuite.test.run_suite()
|
||||
import lldbsuite.test
|
||||
lldbsuite.test.run_suite()
|
||||
|
Loading…
x
Reference in New Issue
Block a user