From 9f81374c303293d1563085d6300b60c157a1eb95 Mon Sep 17 00:00:00 2001 From: raymondxyang Date: Fri, 11 Aug 2017 08:37:20 -0700 Subject: Add option for build more python tests in Cmake (#11853) * Ignore Windows built project * Fix deprecated methods in tf.contrib.python * Fix regex match for Windows build in contrib.keras * Fix Regex match for Windows build in session_bundle * * Fix deprecated methods * Fix regex match for Windows * Fix compatibility issue with Python 3.x * Add missing ops into Windows build for test * Enabled more testcases for Windows build * Clean code and fix typo * Add conditional cmake mode for enabling more unit testcase * Add Cmake mode for major Contrib packages * Add supplementary info in RAEDME for new cmake option * * Update tf_tests after testing with TF 1.3 * Clean code and resolve conflicts * Fix unsafe regex matches and format code * Update exclude list after testing with latest master branch * Fix missing module --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5c147e3c0b..c227f50d55 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,5 @@ node_modules __pycache__ *.swp .vscode/ +cmake_build/ .idea/** -- cgit v1.2.3