Sign in
aiyprojects
/
android-core
/
f86ef1070ec6c3b18ea0d87c07d6b81bf35ed961
/
.
/
fs_mgr
/
libfs_avb
/
run_tests.sh
blob: 5d2ce3df6c479a45d3a338299b4929dbfd43aec0 [
file
]
#!/bin/sh
#
# Run host tests
atest libfs_avb_test
# Tests public libfs_avb APIs.
atest libfs_avb_internal_test
# Tests libfs_avb private APIs.
# Run device tests
atest libfs_avb_device_test
# Test public libfs_avb APIs on a device.