From 58cd241e97cd6988222ffc059d5e392ced5529b4 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Thu, 19 Mar 2020 08:53:23 +0000 Subject: [PATCH] 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 --- apex/statsd/{framework/test => }/TEST_MAPPING | 3 +++ apex/statsd/tests/libstatspull/TEST_MAPPING | 7 ------- 2 files changed, 3 insertions(+), 7 deletions(-) rename apex/statsd/{framework/test => }/TEST_MAPPING (60%) delete mode 100644 apex/statsd/tests/libstatspull/TEST_MAPPING diff --git a/apex/statsd/framework/test/TEST_MAPPING b/apex/statsd/TEST_MAPPING similarity index 60% rename from apex/statsd/framework/test/TEST_MAPPING rename to apex/statsd/TEST_MAPPING index f38795819189e..93f108707d9e6 100644 --- a/apex/statsd/framework/test/TEST_MAPPING +++ b/apex/statsd/TEST_MAPPING @@ -2,6 +2,9 @@ "presubmit" : [ { "name" : "FrameworkStatsdTest" + }, + { + "name" : "LibStatsPullTests" } ] } diff --git a/apex/statsd/tests/libstatspull/TEST_MAPPING b/apex/statsd/tests/libstatspull/TEST_MAPPING deleted file mode 100644 index 5e1178cffc058..0000000000000 --- a/apex/statsd/tests/libstatspull/TEST_MAPPING +++ /dev/null @@ -1,7 +0,0 @@ -{ - "presubmit" : [ - { - "name" : "LibStatsPullTests" - } - ] -} \ No newline at end of file