Mark liblatinime_unittests as unit_test:true to run in presubmit in CI
This will ensure that the target stays green. Note: we will clean up the explicit unit_tests:true once cc_test default is changed. Change-Id: I5153ca918e94b370b1f08289118877d209385ba2 Test: presubmit Bug: 180014759main
parent
478d45fde7
commit
b19114e93b
|
@ -179,7 +179,9 @@ cc_library_static {
|
||||||
cc_test {
|
cc_test {
|
||||||
name: "liblatinime_unittests",
|
name: "liblatinime_unittests",
|
||||||
host_supported: true,
|
host_supported: true,
|
||||||
|
test_options: {
|
||||||
|
unit_test: true,
|
||||||
|
},
|
||||||
cflags: [
|
cflags: [
|
||||||
"-Wno-unused-parameter",
|
"-Wno-unused-parameter",
|
||||||
"-Wno-unused-function",
|
"-Wno-unused-function",
|
||||||
|
|
Loading…
Reference in New Issue