1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

[lit] Set parallel mode for coverage tests.

llvm-svn: 174017
This commit is contained in:
Daniel Dunbar 2013-01-31 01:23:18 +00:00
parent 5bab9b90e8
commit 78d1ba3a49

View File

@ -1,7 +1,7 @@
# .coveragerc to control coverage.py
[run]
branch = False
parallel = False
parallel = True
source = lit
[html]