Skip to content
Snippets Groups Projects
Commit b19114e9 authored by Julien Desprez's avatar Julien Desprez
Browse files

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: 180014759
parent 478d45fd
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,9 @@ cc_library_static {
cc_test {
name: "liblatinime_unittests",
host_supported: true,
test_options: {
unit_test: true,
},
cflags: [
"-Wno-unused-parameter",
"-Wno-unused-function",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment