commit | 100b76dc6b1b97012b752623f6d8888be5e1ef47 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Tue Nov 29 11:55:33 2022 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Tue Nov 29 12:46:20 2022 +0000 |
tree | f591bcaeaad7df4a9dce6a2d12ba8981011c59c7 | |
parent | 9b692d1f9f612e5d4e4c02ce014e9cabeb99f691 [diff] |
Add some unit tests There are a bunch of getters and helper methods that we don't exercise in our tests, so I'm adding some tests to fix that. These are "unit tests" in a loose sense - no VM is ever created, but they do involve running code in an APK, touching the filesystem etc. Also rearranged the ordering of members in the classes so e.g. all the instance variables are together, which makes it easier to check this. Bug: 244561836 Test: atest MicrodroidTests Change-Id: I6887b203c18a021eb2415f2624900012040310e1
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.