summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Siarhei Vishniakou <svv@google.com> 2021-12-09 17:14:49 -0800
committer Siarhei Vishniakou <svv@google.com> 2022-01-28 01:07:17 -0800
commite123883bbd92a1fd95c77fa5ea9eb267f8d9878c (patch)
treed469c3b036bb5c913eb376cc5e30acaa9e96377e
parentbc8ab0211f5693e6f8901b9484894ac5c651fc9e (diff)
Add libpalmrejection_test to inputflinger presubmit
The libpalmrejection library is going to be used in the input code, so let's run the libpalmrejection_test unit test whenever we change input code to prevent regressions. Bug: 198472780 Test: cd services/inputflinger && atest Change-Id: I4fabb51395b758c578bdef967899c76d17959c18
-rw-r--r--services/inputflinger/TEST_MAPPING3
1 files changed, 3 insertions, 0 deletions
diff --git a/services/inputflinger/TEST_MAPPING b/services/inputflinger/TEST_MAPPING
index 3d85befaf8..9b72ff4b19 100644
--- a/services/inputflinger/TEST_MAPPING
+++ b/services/inputflinger/TEST_MAPPING
@@ -15,6 +15,9 @@
"name": "inputflinger_tests"
},
{
+ "name": "libpalmrejection_test"
+ },
+ {
"name": "InputTests"
},
{