aboutsummaryrefslogtreecommitdiff
path: root/absl/testing/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'absl/testing/BUILD')
-rw-r--r--absl/testing/BUILD10
1 files changed, 8 insertions, 2 deletions
diff --git a/absl/testing/BUILD b/absl/testing/BUILD
index 609c3cc..6e0164a 100644
--- a/absl/testing/BUILD
+++ b/absl/testing/BUILD
@@ -119,7 +119,10 @@ py_binary(
srcs = ["tests/absltest_filtering_test_helper.py"],
python_version = "PY3",
srcs_version = "PY3",
- deps = [":absltest"],
+ deps = [
+ ":absltest",
+ "//absl:app",
+ ],
)
py_test(
@@ -143,7 +146,10 @@ py_binary(
srcs = ["tests/absltest_fail_fast_test_helper.py"],
python_version = "PY3",
srcs_version = "PY3",
- deps = [":absltest"],
+ deps = [
+ ":absltest",
+ "//absl:app",
+ ],
)
py_test(