aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api/tests/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tools/api/tests/BUILD')
-rw-r--r--tensorflow/tools/api/tests/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/tensorflow/tools/api/tests/BUILD b/tensorflow/tools/api/tests/BUILD
index 8764409e4d..4efa4a9651 100644
--- a/tensorflow/tools/api/tests/BUILD
+++ b/tensorflow/tools/api/tests/BUILD
@@ -15,7 +15,10 @@ load("//tensorflow:tensorflow.bzl", "tf_cc_binary")
py_test(
name = "api_compatibility_test",
- srcs = ["api_compatibility_test.py"],
+ srcs = [
+ "api_compatibility_test.py",
+ "//tensorflow:tf_python_api_gen_v2",
+ ],
data = [
"//tensorflow/tools/api/golden:api_golden_v1",
"//tensorflow/tools/api/golden:api_golden_v2",