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

Commit 6b129206 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "aflags: add aflags.test to presubmit runs" into main

parents 18bd5afc fb358d6a
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"
    }
  ]
}