From 87a88bb88665c17e0b4c221dfd3d2ac9b66005d8 Mon Sep 17 00:00:00 2001 From: Sudheer Shanka Date: Tue, 18 Feb 2020 13:31:52 -0800 Subject: [PATCH] Add CtsBlobStoreHostTestCases to test_mapping. Test: atest --test-mapping apex/blobstore Change-Id: I5f854de9cef8f597fac1a5fa033a5561555f6173 --- apex/blobstore/TEST_MAPPING | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apex/blobstore/TEST_MAPPING b/apex/blobstore/TEST_MAPPING index 25a15371ae47c..6d3c0d73f77f4 100644 --- a/apex/blobstore/TEST_MAPPING +++ b/apex/blobstore/TEST_MAPPING @@ -3,6 +3,9 @@ { "name": "CtsBlobStoreTestCases" }, + { + "name": "CtsBlobStoreHostTestCases" + }, { "name": "FrameworksMockingServicesTests", "options": [ @@ -12,4 +15,4 @@ ] } ] -} \ No newline at end of file +}