Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f452a42d authored by Bowgo Tsai's avatar Bowgo Tsai Committed by Gerrit Code Review
Browse files

Merge "libfs_avb: updating run_tests.sh"

parents 0b5bfdce 68c97406
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
#!/bin/sh
#
# Run host tests
atest libfs_avb_test                 # Tests public libfs_avb APIs.
atest libfs_avb_internal_test        # Tests libfs_avb private APIs.
atest --host libfs_avb_test          # Tests public libfs_avb APIs.

# Tests libfs_avb private APIs.
# The tests need more time to finish, so increase the timeout to 5 mins.
# The default timeout is only 60 seconds.
atest --host libfs_avb_internal_test -- --test-arg \
    com.android.tradefed.testtype.HostGTest:native-test-timeout:5m

# Run device tests
atest libfs_avb_device_test          # Test public libfs_avb APIs on a device.