Skip to content

Commit 6c87e34

Browse files
Yang Yang(Tony)dzhwinter
authored andcommitted
move test_network_with_dtype out of test_all_ops (#10675)
1 parent 9707aa6 commit 6c87e34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/paddle/fluid/tests/unittests/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ list(REMOVE_ITEM TEST_OPS test_fetch_var)
6666
list(REMOVE_ITEM TEST_OPS test_parallel_op)
6767
list(REMOVE_ITEM TEST_OPS test_dynrnn_static_input)
6868
list(REMOVE_ITEM TEST_OPS test_dist_train)
69+
list(REMOVE_ITEM TEST_OPS test_network_with_dtype)
6970

7071
# tests that can be bundled together in one python process for speed.
7172
if(WITH_FAST_BUNDLE_TEST)
@@ -83,6 +84,7 @@ py_test_modules(test_parallel_executor MODULES test_parallel_executor)
8384
py_test_modules(test_warpctc_op MODULES test_warpctc_op ENVS FLAGS_warpctc_dir=${WARPCTC_LIB_DIR})
8485
py_test_modules(test_train_dyn_rnn MODULES test_dyn_rnn)
8586
py_test_modules(test_mul_op MODULES test_mul_op)
87+
py_test_modules(test_network_with_dtype MODULES test_network_with_dtype)
8688

8789
# tests that need to be run in separate process.
8890
py_test_modules(test_multihead_attention MODULES test_multihead_attention)

0 commit comments

Comments
 (0)