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

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

Change-Id: Ifb1d229df7ae30627861c4e022e44af9590b6656
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2023-12-20 16:00:41 +00:00
committed by Automerger Merge Worker

View File

@@ -23,6 +23,10 @@
// aconfig unit tests // aconfig unit tests
"name": "aconfig.test" "name": "aconfig.test"
}, },
{
// aconfig Java integration tests (host)
"name": "AconfigJavaHostTest"
},
{ {
// aconfig Java integration tests // aconfig Java integration tests
"name": "aconfig.test.java" "name": "aconfig.test.java"
@@ -36,13 +40,21 @@
"name": "aconfig.test.cpp.test_mode" "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" "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" "name": "aconfig.test_mode.test.rust"
}, },
{
// aconfig Rust integration tests (exported mode auto-generated code)
"name": "aconfig.exported_mode.test.rust"
},
{ {
// printflags unit tests // printflags unit tests
"name": "printflags.test" "name": "printflags.test"