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

Commit b954de7d authored by Dennis Shen's avatar Dennis Shen Committed by Gerrit Code Review
Browse files

Merge "aconfig: add storage flag read api integration tests to test mapping" into main

parents bc5a4271 9c080e75
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -65,5 +65,15 @@
      // that using the flag macros to do filtering will get affected.
      // that using the flag macros to do filtering will get affected.
      "name": "FlagMacrosTests"
      "name": "FlagMacrosTests"
    }
    }
  ],
  "postsubmit": [
    {
      // aconfig_storage read api rust integration tests
      "name": "aconfig_storage.test.rust"
    },
    {
      // aconfig_storage read api cpp integration tests
      "name": "aconfig_storage.test.cpp"
    }
  ]
  ]
}
}