提交 2127babd 编写于 作者: L liuqi

Remove concat test in BUILD file.

上级 f61a938b
......@@ -59,22 +59,6 @@ cc_test(
],
)
cc_test(
name = "concat_test",
testonly = 1,
srcs = glob(
["concat_test.cc"],
),
copts = ["-std=c++11"],
linkopts = if_android(["-ldl"]),
linkstatic = 1,
deps = [
":ops",
":test",
"@gtest//:gtest_main",
],
)
cc_test(
name = "ops_benchmark",
testonly = 1,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册