aboutsummaryrefslogtreecommitdiff
path: root/TEST_MAPPING
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-04-24 14:03:52 -0700
committerTao Bao <tbao@google.com>2019-04-24 14:03:52 -0700
commita14e860190ce7012e0ba75348d5a629bf2d6fe90 (patch)
tree30586f06223466169af49e8285e65b17d1fbdf5c /TEST_MAPPING
parentcf1f715d624ce677868b44d9102bff39ea82e0e8 (diff)
Add TEST_MAPPING.
Currently it triggers minadbd_test, recovery_unit_test and recovery_component_test during presubmit. Test: TreeHugger Change-Id: Ie0e2ddc9519a7e9b66d059cdf0b81dcbba631c25
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r--TEST_MAPPING13
1 files changed, 13 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
new file mode 100644
index 00000000..a7c34dda
--- /dev/null
+++ b/TEST_MAPPING
@@ -0,0 +1,13 @@
+{
+ "presubmit": [
+ {
+ "name": "minadbd_test"
+ },
+ {
+ "name": "recovery_unit_test"
+ },
+ {
+ "name": "recovery_component_test"
+ }
+ ]
+}