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

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

Merge "attempt to run protologtool-tests as unit tests"

parents a0bbd188 f9be7166
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",
    ],
}