diff options
| author | 2024-10-04 01:55:18 +0000 | |
|---|---|---|
| committer | 2024-10-04 01:55:18 +0000 | |
| commit | 781520c033ec4944513dd6be97b129ec9bc9105e (patch) | |
| tree | 175d79c1dc393a38a279e8e1d4c879218c591aa3 | |
| parent | 1a508c50a1bf13a841012eb2b7a9802c765ca9c8 (diff) | |
| parent | 347740939d059b4b915b6753b40e8c1169839409 (diff) | |
Merge "Add CtsAppFunctionTestCases to presubmit." into main
| -rw-r--r-- | services/appfunctions/TEST_MAPPING | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/services/appfunctions/TEST_MAPPING b/services/appfunctions/TEST_MAPPING index 91cfa064d9fc..1a9bdb6a804a 100644 --- a/services/appfunctions/TEST_MAPPING +++ b/services/appfunctions/TEST_MAPPING @@ -2,6 +2,9 @@ "presubmit": [ { "name": "FrameworksAppFunctionsTests" + }, + { + "name": "CtsAppFunctionTestCases" } ], "postsubmit": [ |