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

This commit is contained in:
Julien Desprez
2021-02-27 00:41:48 +00:00
committed by Gerrit Code Review

View File

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