diff options
author | Sasha Kuznetsov <sashakuznetsov@google.com> | 2019-11-19 23:16:01 +0000 |
---|---|---|
committer | Sasha Kuznetsov <sashakuznetsov@google.com> | 2019-11-19 23:16:01 +0000 |
commit | 923a2ab79f1b4808a09a580bad69ce883dbac06b (patch) | |
tree | c9d316d658590a967e9dca144d2e124f94292920 /location/TEST_MAPPING | |
parent | b47ade47e8023e4d277cf9ecdc59d471cb124557 (diff) |
Revert "Revert "Enable location CTS tests in presubmits""
This reverts commit b47ade47e8023e4d277cf9ecdc59d471cb124557.
Reason for revert: We need this to run location CTS in presubmits.
Change-Id: I328a22afd69166f70d0c0987613f524cd3ab73ce
Diffstat (limited to 'location/TEST_MAPPING')
-rw-r--r-- | location/TEST_MAPPING | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/location/TEST_MAPPING b/location/TEST_MAPPING new file mode 100644 index 000000000000..2f386271dcb7 --- /dev/null +++ b/location/TEST_MAPPING @@ -0,0 +1,10 @@ +{ + "presubmit": [ + { + "name": "CtsLocationCoarseTestCases" + }, + { + "name": "CtsLocationNoneTestCases" + } + ] +} |