Remove ad-hoc vmodule test from tests.

PiperOrigin-RevId: 223008525
This commit is contained in:
A. Unique TensorFlower 2018-11-27 09:59:18 -08:00 committed by TensorFlower Gardener
parent 249bd81c3c
commit edf88fcda8

View File

@ -3429,7 +3429,6 @@ tf_cc_tests(
"platform/stacktrace_handler_test.cc",
"platform/subprocess_test.cc",
"platform/vmodule_benchmark_test.cc",
"platform/vmodule_test.cc",
],
deps = [
":lib",
@ -3443,6 +3442,20 @@ tf_cc_tests(
],
)
tf_cc_test(
name = "vmodule_test",
srcs = ["platform/vmodule_test.cc"],
tags = ["optonly"],
deps = [
":lib",
":lib_internal",
":lib_test_internal",
":protos_all_cc",
":test",
"//third_party/eigen3",
],
)
tf_cc_test(
name = "lib_random_random_distributions_test",
srcs = ["lib/random/random_distributions_test.cc"],