aflags: add aflags.test to presubmit runs

Bug: 326062088
Test: m # Also, confirm aflags.test runs in this CL
Change-Id: Ie7a1a7625163503e43d5b67d0e50554cd2a9e4cd
This commit is contained in:
Ted Bauer 2024-04-03 14:00:39 +00:00
parent b4231b3705
commit fb358d6a89

View file

@ -38,6 +38,10 @@
// // aconfig Rust integration tests (exported mode auto-generated code)
// "name": "aconfig.exported_mode.test.rust"
// },
{
// aflags CLI unit tests
"name": "aflags.test"
},
{
// printflags unit tests
"name": "printflags.test"
@ -92,11 +96,6 @@
{
// aconfig_storage write api cpp integration tests
"name": "aconfig_storage_write_api.test.cpp"
},
{
// aflags CLI unit tests
// TODO(b/326062088): add to presubmit once proven in postsubmit.
"name": "aflags.test"
}
]
}