commit | 62b26e6d004e842f65dd234373a3e60ba3e9d18f | [log] [tgz] |
---|---|---|
author | Anton Hansson <[email protected]> | Thu Mar 19 08:53:23 2020 +0000 |
committer | Anton Hansson <[email protected]> | Thu Mar 19 09:52:38 2020 +0000 |
tree | 73eb799b200aad216ccf36e935764c9aadcac17f | |
parent | 69c39b657b136b18e07515c152755efa4e105ae6 [diff] [blame] |
Move statsd TEST_MAPPINGS to statsd root Changes in statsd need to trigger the tests, not just changes to the tests themselves. Bug: 151868293 Test: presubmit Change-Id: Ia271c07df52da8c765c683457c63e310282f66e5
diff --git a/apex/TEST_MAPPING b/apex/TEST_MAPPING new file mode 100644 index 0000000..93f1087 --- /dev/null +++ b/apex/TEST_MAPPING
@@ -0,0 +1,10 @@ +{ + "presubmit" : [ + { + "name" : "FrameworkStatsdTest" + }, + { + "name" : "LibStatsPullTests" + } + ] +}