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

Commit 03878621 authored by Julien Desprez's avatar Julien Desprez Committed by Gerrit Code Review
Browse files

Merge "Migrate manifest_*_test out of test mapping"

parents 479605be 2dc86b29
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -55,7 +55,9 @@ python_test_host {
    libs: [
        "manifest_utils",
    ],
    test_suites: ["general-tests"],
    test_options: {
        unit_test: true,
    },
}

python_library_host {
@@ -110,7 +112,9 @@ python_test_host {
    libs: [
        "manifest_utils",
    ],
    test_suites: ["general-tests"],
    test_options: {
        unit_test: true,
    },
}

python_binary_host {

scripts/TEST_MAPPING

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
{
  "presubmit" : [
    {
      "name": "manifest_check_test",
      "host": true
    },
    {
      "name": "manifest_fixer_test",
      "host": true
    }    
  ]
}