aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/cmake/tf_tests.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/cmake/tf_tests.cmake')
-rw-r--r--tensorflow/contrib/cmake/tf_tests.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/tensorflow/contrib/cmake/tf_tests.cmake b/tensorflow/contrib/cmake/tf_tests.cmake
index 711b5c49f4..449a762a9a 100644
--- a/tensorflow/contrib/cmake/tf_tests.cmake
+++ b/tensorflow/contrib/cmake/tf_tests.cmake
@@ -115,7 +115,14 @@ if (tensorflow_BUILD_PYTHON_TESTS)
#
# include all test
+ if (WIN32)
+ file(GLOB_RECURSE tf_test_rnn_src_py
+ "${tensorflow_source_dir}/tensorflow/contrib/rnn/python/kernel_tests/*_test.py"
+ )
+ endif()
+
file(GLOB_RECURSE tf_test_src_py
+ ${tf_test_rnn_src_py}
"${tensorflow_source_dir}/tensorflow/python/debug/cli/*_test.py"
"${tensorflow_source_dir}/tensorflow/python/debug/lib/*_test.py"
"${tensorflow_source_dir}/tensorflow/python/debug/wrappers/*_test.py"