commit | 4aa3af1b0b7b04dcaf691eb516a38c3608af2d21 | [log] [tgz] |
---|---|---|
author | Marin Shalamanov <shalamanov@google.com> | Fri Sep 25 14:20:58 2020 +0200 |
committer | Marin Shalamanov <shalamanov@google.com> | Fri Sep 25 14:46:39 2020 +0200 |
tree | 466f4850f6ebcc4437d62b2ab5281d3ecf395256 | |
parent | b15d2279cfdca1563b985252221d8abfab0c86e5 [diff] [blame] |
Add unit tests for Rect Bug: 161793589 Test: atest Rect_test Change-Id: I0a43cff94b5794fbc65d5c16d693f0f6fe35374d
diff --git a/libs/ui/tests/TEST_MAPPING b/libs/ui/tests/TEST_MAPPING index 7fcd7de..eece18e 100644 --- a/libs/ui/tests/TEST_MAPPING +++ b/libs/ui/tests/TEST_MAPPING
@@ -2,6 +2,9 @@ "presubmit": [ { "name": "Size_test" + }, + { + "name": "Rect_test" } ] }