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

Commit 16351860 authored by Yein Jo's avatar Yein Jo Committed by Android (Google) Code Review
Browse files

Merge "Add TEST_MAPPING to weather effects" into main

parents 7edd71dd 0bc0f4bc
Loading
Loading
Loading
Loading
+20 −1
Original line number Diff line number Diff line
@@ -72,5 +72,24 @@ android_app {
    },
}

// TODO(b/300991599): setup test configuration.
android_test {
    name: "weathereffects_tests",
    instrumentation_for: "WeatherEffects",
    manifest: "AndroidManifest.xml",
    test_suites: ["general-tests"],
    sdk_version: "current",
    srcs: [
        "tests/src/**/*.java",
        "tests/src/**/*.kt",
    ],
    static_libs: [
        "WeatherEffectsLib",
        "androidx.test.rules",
        "androidx.test.ext.junit",
        "androidx.test.core",
        "androidx.test.runner",
        "kotlinx_coroutines_test",
        "truth"
    ],
}
+7 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "weathereffects_tests"
    }
  ]
}
 No newline at end of file