diff options
| author | 2024-09-09 14:03:00 +0000 | |
|---|---|---|
| committer | 2024-09-09 15:30:05 +0000 | |
| commit | 064eb8ea5d4229a68350e87946a331ec59f76644 (patch) | |
| tree | 138c8efc317e5e0b4ced11f2270f4c8c41261818 | |
| parent | 43669608f04e3c525bb1717c3e1f3f5d3c8f9a61 (diff) | |
Add test mapping for running unit tests in PRESUBMIT for system-server changes.
Flag: EXEMPT adding a presubmit
Test: atest FrameworksAppFunctionsTests -c
Bug: 357551503
Change-Id: I2843da70d8183ecc1c174556d54855f5a658c138
| -rw-r--r-- | services/appfunctions/TEST_MAPPING | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/services/appfunctions/TEST_MAPPING b/services/appfunctions/TEST_MAPPING new file mode 100644 index 000000000000..c7f5eeef8fa0 --- /dev/null +++ b/services/appfunctions/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "postsubmit": [ + { + "name": "FrameworksAppFunctionsTests" + } + ] +}
\ No newline at end of file |