From 2127babd3df7993f86433b0821feb7ea35645e42 Mon Sep 17 00:00:00 2001 From: liuqi Date: Thu, 21 Sep 2017 15:46:46 +0800 Subject: [PATCH] Remove concat test in BUILD file. --- mace/ops/BUILD | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/mace/ops/BUILD b/mace/ops/BUILD index 3c66c65b..02d29ce0 100644 --- a/mace/ops/BUILD +++ b/mace/ops/BUILD @@ -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, -- GitLab