Add missing dependencies to test_lite_main
authorAnna R <annarev@google.com>
Fri, 18 May 2018 23:11:30 +0000 (16:11 -0700)
committerAnna R <annarev@google.com>
Fri, 18 May 2018 23:11:30 +0000 (16:11 -0700)
tensorflow/core/BUILD

index b64ae7f..1e50768 100644 (file)
@@ -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,