attempt to run protologtool-tests as unit tests

Change-Id: I9d6fab03fdb552a788d83035500642c1fa6df76a
Test: presubmit
Bug: 180736967
This commit is contained in:
Julien Desprez
2021-02-23 04:28:45 +00:00
parent ae6583b34f
commit f9be7166d9

View File

@@ -34,9 +34,13 @@ java_test_host {
srcs: [
"tests/**/*.kt",
],
test_options: {
unit_test: true,
},
static_libs: [
"protologtool-lib",
"junit",
"mockito",
"objenesis",
],
}