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

Commit e9d4ddb1 authored by Kelvin Zhang's avatar Kelvin Zhang Committed by Gerrit Code Review
Browse files

Merge "Add releasetools_test to TEST_MAPPING"

parents 6c5d977b 553efcaa
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -569,6 +569,7 @@ python_test_host {
    name: "releasetools_test",
    defaults: ["releasetools_test_defaults"],
    main: "test_utils.py",
    test_suites: ["general-tests"],
    version: {
        py2: {
            enabled: true,
@@ -591,6 +592,7 @@ python_test_host {
    name: "releasetools_py3_test",
    defaults: ["releasetools_test_defaults"],
    main: "test_utils.py",
    test_suites: ["general-tests"],
    version: {
        py2: {
            enabled: false,
+8 −0
Original line number Diff line number Diff line
{
    "presubmit": [
        {
            "name": "releasetools_test",
            "host" : true
        }
    ]
}