diff options
author | Eric Holk <eholk@google.com> | 2018-12-21 16:10:49 -0800 |
---|---|---|
committer | Eric Holk <eholk@google.com> | 2018-12-21 16:10:49 -0800 |
commit | 162c812b652871882cfa9ac44fad8473d84f97c8 (patch) | |
tree | f3450bf8073716c68f44eb2199d6383b674beed7 /startop/view_compiler | |
parent | 699692402ac2ceaa679a5f24d697e183dd32610f (diff) |
[view compiler] Re-enable host-side tests
TEST_MAPPING supports both host and device tests now, so we should run both.
Test: atest
Bug: 111895153
Change-Id: I48f26093fc0ae3cdaa9e5295375945b5a519e1c2
Diffstat (limited to 'startop/view_compiler')
-rw-r--r-- | startop/view_compiler/TEST_MAPPING | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/startop/view_compiler/TEST_MAPPING b/startop/view_compiler/TEST_MAPPING index 5d675b76b395..700607536890 100644 --- a/startop/view_compiler/TEST_MAPPING +++ b/startop/view_compiler/TEST_MAPPING @@ -2,6 +2,10 @@ "presubmit": [ { "name": "dex-builder-test" + }, + { + "name": "view-compiler-tests", + "host": true } ] } |