commit | a9a8f091cbeb2267ccf1465a036f887092690ca6 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Sat Feb 19 02:59:28 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Feb 19 02:59:28 2022 +0000 |
tree | 6329f7854563da1f5d74f4bb91660c171b1bd344 | |
parent | 266a01b79989ede69d9412991ddde00448e87318 [diff] | |
parent | af6d780eb2ea43450c2f5ffafb745ea9de7170c2 [diff] |
Merge "Add timed out test files to tidy_timeout_srcs"
diff --git a/tests/Android.bp b/tests/Android.bp index 7f00adc..9ad3d3b 100644 --- a/tests/Android.bp +++ b/tests/Android.bp
@@ -134,6 +134,10 @@ test_suites: ["device-tests"], + tidy_timeout_srcs: [ + "unit/commands_test.cpp", + ], + srcs: [ "unit/*.cpp", ], @@ -192,6 +196,10 @@ "libupdater_defaults", ], + tidy_timeout_srcs: [ + "unit/host/imgdiff_test.cpp", + ], + srcs: [ "unit/host/*", ],