Merge "attempt to run protologtool-tests as unit tests"
This commit is contained in:
@@ -34,9 +34,13 @@ java_test_host {
|
|||||||
srcs: [
|
srcs: [
|
||||||
"tests/**/*.kt",
|
"tests/**/*.kt",
|
||||||
],
|
],
|
||||||
|
test_options: {
|
||||||
|
unit_test: true,
|
||||||
|
},
|
||||||
static_libs: [
|
static_libs: [
|
||||||
"protologtool-lib",
|
"protologtool-lib",
|
||||||
"junit",
|
"junit",
|
||||||
"mockito",
|
"mockito",
|
||||||
|
"objenesis",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user