summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jason Chang <jasonsfchang@google.com> 2019-09-04 16:07:25 +0800
committer Jason Chang <jasonsfchang@google.com> 2019-09-04 17:46:33 +0800
commite44591edce418b983c3c0bfa8420a2afaba0f8e6 (patch)
tree54b76418402a31c1bf407032deaea4a9cdbe53f3
parent3880fcc83e109446dbf6265b49177ac22097d8a9 (diff)
Add DocumentsUIGoogleTests into postsubmit.
Using TEST_MAPPING file to configure postsubmit test. Bug: 139258941 Test: Change to DocumentsUI folder, run command "atest :postsubmit" Change-Id: I297b9d35e1c6967e38c187369f6a365afe88ddda
-rw-r--r--TEST_MAPPING7
1 files changed, 7 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
new file mode 100644
index 000000000..98c2fc880
--- /dev/null
+++ b/TEST_MAPPING
@@ -0,0 +1,7 @@
+{
+ "postsubmit": [
+ {
+ "name": "DocumentsUIGoogleTests"
+ }
+ ]
+}