From 19042583ee858c04687fb8da1dc53166dbce92a2 Mon Sep 17 00:00:00 2001 From: Anna R Date: Fri, 18 May 2018 16:11:30 -0700 Subject: [PATCH] Add missing dependencies to test_lite_main --- tensorflow/core/BUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tensorflow/core/BUILD b/tensorflow/core/BUILD index b64ae7f..1e50768 100644 --- a/tensorflow/core/BUILD +++ b/tensorflow/core/BUILD @@ -2817,6 +2817,8 @@ cc_library( # we now need at least "str_util". ":lib", ":lib_platform", + ":stacktrace_handler", + ":test_lite", "//tensorflow/core/platform/default/build_config:test_lite_main", ], alwayslink = 1, -- 2.7.4