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

Commit beae2790 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "aconfig: add missing tests to TEST_MAPPING" into main am: e1f89d93...

Merge "aconfig: add missing tests to TEST_MAPPING" into main am: e1f89d93 am: 2f1c54fa am: e4afa654

Original change: https://android-review.googlesource.com/c/platform/build/+/2884667



Change-Id: If93823a83361d0325f4b7d057326a415e3a9ce79
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 1dca4e44 e4afa654
Loading
Loading
Loading
Loading
+14 −2
Original line number Diff line number Diff line
@@ -23,6 +23,10 @@
      // aconfig unit tests
      "name": "aconfig.test"
    },
    {
      // aconfig Java integration tests (host)
      "name": "AconfigJavaHostTest"
    },
    {
      // aconfig Java integration tests
      "name": "aconfig.test.java"
@@ -36,13 +40,21 @@
      "name": "aconfig.test.cpp.test_mode"
    },
    {
      // aconfig C++ integration tests (production mode auto-generated code)
      // aconfig C++ integration tests (exported mode auto-generated code)
      "name": "aconfig.test.cpp.exported_mode"
    },
    {
      // aconfig Rust integration tests (production mode auto-generated code)
      "name": "aconfig.prod_mode.test.rust"
    },
    {
      // aconfig C++ integration tests (test mode auto-generated code)
      // aconfig Rust integration tests (test mode auto-generated code)
      "name": "aconfig.test_mode.test.rust"
    },
    {
      // aconfig Rust integration tests (exported mode auto-generated code)
      "name": "aconfig.exported_mode.test.rust"
    },
    {
      // printflags unit tests
      "name": "printflags.test"