summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-20 03:00:30 +0100
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-20 03:00:30 +0100
commit627dcaf39a0779338b74d2e15fee5ba60f93337b (patch)
tree293d3aa08c0696714771f3f35ab1ef1ef65a93e2
parentSnap for 8191477 from c063deca1488c9271a79910eeabc317150d7a0e2 to udc-release (diff)
parentMerge "Add timed out test files to tidy_timeout_srcs" am: a9a8f091cb am: f92f815f9c am: af2219f20e am: b9439bc55f am: f7eab47eeb (diff)
downloadandroid_bootable_recovery-627dcaf39a0779338b74d2e15fee5ba60f93337b.tar
android_bootable_recovery-627dcaf39a0779338b74d2e15fee5ba60f93337b.tar.gz
android_bootable_recovery-627dcaf39a0779338b74d2e15fee5ba60f93337b.tar.bz2
android_bootable_recovery-627dcaf39a0779338b74d2e15fee5ba60f93337b.tar.lz
android_bootable_recovery-627dcaf39a0779338b74d2e15fee5ba60f93337b.tar.xz
android_bootable_recovery-627dcaf39a0779338b74d2e15fee5ba60f93337b.tar.zst
android_bootable_recovery-627dcaf39a0779338b74d2e15fee5ba60f93337b.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/*",
],