We are planning to use google's unit tests for verification - https://chromium.googlesource.com/aosp/platform/system/update_engine/+/HEAD/
I tried building update_engine like any other module -
mydir/update_engine $ mm
mydir/update_engine $ ./run_unittests
But on-page, it's mentioned like building update_engine and running unit-test - I don't know to run these commands in my terminal.
I tried using chroot, but seems like it requires root access and that I don't have currently on my system.
If anyone ever tried these unit tests, could you help me?