2 Commits

Author SHA1 Message Date
yangbill
712e60544e Add file-exclusion-filter-regex for hwuimicro
Using atest to test hwuimicro will get test error due to current
logic of GoogleBenchmarkTest will running all executable files under
input device path. But due to the test config also under that device
path which will break GoogleBenchmarkTest. Filter *.config file to
prevent breakage.

Bug: 129996310
Test: atest hwuimicro
Change-Id: I68b6c623ed30f75faf7801bc5a1d556107359573
2019-04-11 05:28:11 +00:00
Dan Shi
6619d61697 Add test configs to hwui tests
Details about test configs changes are tracked in doc
https://docs.google.com/document/d/1EWUjJ7fjy8ge_Nk0YQbFdRp8DSHo3z6GU0R8jLgrAcw/edit#

The 3 tests are in the same folder, have to be built together then run.

Bug: 35882476
Test: local test
make -j32 hwui_unit_tests
make -j32 hwuimicro
make -j32 hwuimacro
tradefed.sh run template/local --template:map test=hwuimacro

Change-Id: I13f785d8e3215c61776a1beecaa121c7dc30bfec
2017-03-28 14:26:55 -07:00