Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08870f6c authored by Filip Zakrzewski's avatar Filip Zakrzewski
Browse files

Add automotive_code_coverage keyword to Car host unit tests

This change will allow to run Code Coverage invocations for Car only tests

BUG=367371818
Flag: TEST_ONLY

Change-Id: I09daab1cffaeaf66a230c53d3ee8635ad12719fc
parent ef61a0eb
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -34,15 +34,18 @@
    },
    {
      "name": "CarLibHostUnitTest",
      "host": true
      "host": true,
      "keywords": ["automotive_code_coverage"]
    },
    {
      "name": "CarServiceHostUnitTest",
      "host": true
      "host": true,
      "keywords": ["automotive_code_coverage"]
    },
    {
      "name": "CarSystemUIRavenTests",
      "host": true
      "host": true,
      "keywords": ["automotive_code_coverage"]
    },
    {
      "name": "CtsAccountManagerTestCasesRavenwood",