From db7b92d0b699419b8eac6c6ff4d956b9b3a103a0 Mon Sep 17 00:00:00 2001 From: Xin Pan Date: Sun, 29 Jul 2018 19:06:01 +0800 Subject: [PATCH] fix --- python/paddle/fluid/tests/unittests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paddle/fluid/tests/unittests/CMakeLists.txt b/python/paddle/fluid/tests/unittests/CMakeLists.txt index f14f0506a9..c8e881a672 100644 --- a/python/paddle/fluid/tests/unittests/CMakeLists.txt +++ b/python/paddle/fluid/tests/unittests/CMakeLists.txt @@ -62,5 +62,5 @@ if(WITH_DISTRIBUTE) endif() py_test_modules(test_parallel_executor_crf MODULES test_parallel_executor_crf SERIAL) py_test_modules(test_parallel_executor_fetch_feed MODULES test_parallel_executor_fetch_feed SERIAL) -py_test_modules(test_dist_se_resnext MODULES test_dist_se_resnext SERIAL) py_test_modules(test_dist_transformer MODULES test_dist_transformer SERIAL) +py_test_modules(test_dist_se_resnext MODULES test_dist_se_resnext SERIAL) -- GitLab