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

Commit e743afeb authored by Ronald Braunstein's avatar Ronald Braunstein Committed by Automerger Merge Worker
Browse files

Merge "Create a new test_module_config entries for TEST_MAPPING options" into main am: e3a5bb9d

parents 0220cf4d e3a5bb9d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -37,3 +37,10 @@ android_test {
    certificate: "platform",
    test_suites: ["device-tests"],
}

test_module_config {
    name: "FrameworksCoreGameManagerTests_android_app",
    base: "FrameworksCoreGameManagerTests",
    test_suites: ["device-tests"],
    include_filters: ["android.app"],
}
+7 −0
Original line number Diff line number Diff line
@@ -37,3 +37,10 @@ android_test {
    certificate: "platform",
    test_suites: ["device-tests"],
}

test_module_config {
    name: "HdmiCecTests_hardware_hdmi",
    base: "HdmiCecTests",
    test_suites: ["device-tests"],
    include_filters: ["android.hardware.hdmi"],
}
+10 −0
Original line number Diff line number Diff line
@@ -63,3 +63,13 @@ android_test {

    certificate: "platform",
}

test_module_config {
    name: "FrameworksMockingCoreTests_os_bundlerecyclingtest",
    base: "FrameworksMockingCoreTests",
    test_suites: [
        "automotive-tests",
        "device-tests",
    ],
    include_filters: ["android.os.BundleRecyclingTest"],
}
+14 −0
Original line number Diff line number Diff line
@@ -23,3 +23,17 @@ android_test {
    certificate: "platform",
    test_suites: ["device-tests"],
}

test_module_config {
    name: "FrameworksTimeCoreTests_android_app",
    base: "FrameworksTimeCoreTests",
    test_suites: ["device-tests"],
    include_filters: ["android.app."],
}

test_module_config {
    name: "FrameworksTimeCoreTests_android_service",
    base: "FrameworksTimeCoreTests",
    test_suites: ["device-tests"],
    include_filters: ["android.service."],
}
+7 −0
Original line number Diff line number Diff line
@@ -89,3 +89,10 @@ android_test {
        "com.android.wm.shell.tests",
    ],
}

test_module_config {
    name: "WMShellUnitTests_shell_back",
    base: "WMShellUnitTests",
    test_suites: ["device-tests"],
    include_filters: ["com.android.wm.shell.back"],
}
Loading