From 9c080e75442bc866d52d7aeb73d68a993e5a3d2c Mon Sep 17 00:00:00 2001 From: Dennis Shen Date: Tue, 20 Feb 2024 21:03:47 +0000 Subject: [PATCH] aconfig: add storage flag read api integration tests to test mapping Bug: b/321077378 Test: atest aconfig_storage.test.rust; atest aconfig_storage.test.cpp Change-Id: I6920b45e4f968efedcdd6afb8c68314baa02327f --- tools/aconfig/TEST_MAPPING | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tools/aconfig/TEST_MAPPING b/tools/aconfig/TEST_MAPPING index 398da062a6..1a3f79ac92 100644 --- a/tools/aconfig/TEST_MAPPING +++ b/tools/aconfig/TEST_MAPPING @@ -65,5 +65,15 @@ // that using the flag macros to do filtering will get affected. "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" + } ] }