diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2022-02-19 03:59:28 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2022-02-19 03:59:28 +0100 |
commit | a9a8f091cbeb2267ccf1465a036f887092690ca6 (patch) | |
tree | 6329f7854563da1f5d74f4bb91660c171b1bd344 | |
parent | Merge "Perform data wipe in recovery if ota package has powerwash set" (diff) | |
parent | Add timed out test files to tidy_timeout_srcs (diff) | |
download | android_bootable_recovery-a9a8f091cbeb2267ccf1465a036f887092690ca6.tar android_bootable_recovery-a9a8f091cbeb2267ccf1465a036f887092690ca6.tar.gz android_bootable_recovery-a9a8f091cbeb2267ccf1465a036f887092690ca6.tar.bz2 android_bootable_recovery-a9a8f091cbeb2267ccf1465a036f887092690ca6.tar.lz android_bootable_recovery-a9a8f091cbeb2267ccf1465a036f887092690ca6.tar.xz android_bootable_recovery-a9a8f091cbeb2267ccf1465a036f887092690ca6.tar.zst android_bootable_recovery-a9a8f091cbeb2267ccf1465a036f887092690ca6.zip |
-rw-r--r-- | tests/Android.bp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/Android.bp b/tests/Android.bp index 7f00adcd4..9ad3d3b80 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -134,6 +134,10 @@ cc_test { test_suites: ["device-tests"], + tidy_timeout_srcs: [ + "unit/commands_test.cpp", + ], + srcs: [ "unit/*.cpp", ], @@ -192,6 +196,10 @@ cc_test_host { "libupdater_defaults", ], + tidy_timeout_srcs: [ + "unit/host/imgdiff_test.cpp", + ], + srcs: [ "unit/host/*", ], |