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

Commit f9be7166 authored by Julien Desprez's avatar Julien Desprez
Browse files

attempt to run protologtool-tests as unit tests

Change-Id: I9d6fab03fdb552a788d83035500642c1fa6df76a
Test: presubmit
Bug: 180736967
parent ae6583b3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -34,9 +34,13 @@ java_test_host {
    srcs: [
        "tests/**/*.kt",
    ],
    test_options: {
        unit_test: true,
    },
    static_libs: [
        "protologtool-lib",
        "junit",
        "mockito",
        "objenesis",
    ],
}