Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb358d6a authored by Ted Bauer's avatar Ted Bauer
Browse files

aflags: add aflags.test to presubmit runs

Bug: 326062088
Test: m # Also, confirm aflags.test runs in this CL
Change-Id: Ie7a1a7625163503e43d5b67d0e50554cd2a9e4cd
parent b4231b37
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -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"
    }
  ]
}