diff options
| author | 2024-09-09 17:03:53 +0000 | |
|---|---|---|
| committer | 2024-09-09 17:03:53 +0000 | |
| commit | d65f8d0605f6ddf9adb8bb5305ca3321363f0feb (patch) | |
| tree | ba1d7885e6adc24dc63213a44d66b0b2998e8920 | |
| parent | 0611abd2b8cfae8661023783a3dcd4dfadc9e098 (diff) | |
| parent | 064eb8ea5d4229a68350e87946a331ec59f76644 (diff) | |
Merge "Add test mapping for running unit tests in PRESUBMIT for system-server changes." into main
| -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 |