forked from openkylin/platform_build
Mark the unit tests module itself as its component
This will help to try out code coverage reporting. Change-Id: I52953037cb1482d88102d4bf8719ec7192dfaa97 Test: presubmit Bug: 172962242
This commit is contained in:
parent
c79c96ae43
commit
19275640fb
|
@ -17,6 +17,7 @@
|
|||
<configuration description="Runs {MODULE}">
|
||||
<option name="test-suite-tag" value="apct" />
|
||||
<option name="test-suite-tag" value="apct-unit-tests" />
|
||||
<option name="config-descriptor:metadata" key="component" value="{MODULE}" />
|
||||
|
||||
{EXTRA_CONFIGS}
|
||||
|
||||
|
|
Loading…
Reference in New Issue