summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2022-02-19 04:23:07 +0100
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-02-19 04:23:07 +0100
commitf92f815f9ced9743a042ceacb6c7890bb1a2a35a (patch)
tree9f021c8bf6c8282109e7e56b12b2987d6a69d80f
parentMerge "Perform data wipe in recovery if ota package has powerwash set" am: 266a01b799 (diff)
parentMerge "Add timed out test files to tidy_timeout_srcs" (diff)
downloadandroid_bootable_recovery-f92f815f9ced9743a042ceacb6c7890bb1a2a35a.tar
android_bootable_recovery-f92f815f9ced9743a042ceacb6c7890bb1a2a35a.tar.gz
android_bootable_recovery-f92f815f9ced9743a042ceacb6c7890bb1a2a35a.tar.bz2
android_bootable_recovery-f92f815f9ced9743a042ceacb6c7890bb1a2a35a.tar.lz
android_bootable_recovery-f92f815f9ced9743a042ceacb6c7890bb1a2a35a.tar.xz
android_bootable_recovery-f92f815f9ced9743a042ceacb6c7890bb1a2a35a.tar.zst
android_bootable_recovery-f92f815f9ced9743a042ceacb6c7890bb1a2a35a.zip
-rw-r--r--tests/Android.bp8
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/*",
],