aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar ted chang <htchang@us.ibm.com>2018-03-12 22:01:38 -0700
committerGravatar Frank Chen <frankchn@gmail.com>2018-03-12 22:01:38 -0700
commit8ceb4ad5b94460a84ed19bc5eb44fa9a2145d3e1 (patch)
tree316add7e407b5cc7e3490bae441adf170ebb8c6f
parentb5aaf44f08b9cb20fb83bf7cae5aadb1d041384b (diff)
Exclude duplicate test from all test (#17610)
-rw-r--r--tensorflow/contrib/cmake/tf_tests.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/contrib/cmake/tf_tests.cmake b/tensorflow/contrib/cmake/tf_tests.cmake
index 1c4ebd7f0c..ccac7f1684 100644
--- a/tensorflow/contrib/cmake/tf_tests.cmake
+++ b/tensorflow/contrib/cmake/tf_tests.cmake
@@ -475,6 +475,10 @@ if (tensorflow_BUILD_CC_TESTS)
"${tensorflow_source_dir}/tensorflow/core/profiler/internal/advisor/*_test.cc"
)
+ list(REMOVE_ITEM tf_test_src_simple
+ ${tf_core_profiler_test_srcs}
+ )
+
set(tf_test_lib tf_test_lib)
add_library(${tf_test_lib} STATIC ${tf_src_testlib})