From a0b49a6c5bea52097dcc3d131d0627fbfec55b49 Mon Sep 17 00:00:00 2001 From: superjom Date: Mon, 14 Aug 2017 09:36:41 +0800 Subject: [PATCH] add test to CMAKE --- python/paddle/v2/framework/tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/python/paddle/v2/framework/tests/CMakeLists.txt b/python/paddle/v2/framework/tests/CMakeLists.txt index b76c05dc81..96fad9b42e 100644 --- a/python/paddle/v2/framework/tests/CMakeLists.txt +++ b/python/paddle/v2/framework/tests/CMakeLists.txt @@ -24,3 +24,4 @@ py_test(test_default_scope_funcs SRCS test_default_scope_funcs.py) py_test(test_operator SRCS test_operator.py) # py_test(test_gaussian_random_op SRCS test_gaussian_random_op.py) py_test(test_uniform_random_op SRCS test_uniform_random_op.py) +py_test(test_recurrent_op SRCS test_recurrent_op.py) -- GitLab