Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 1 addition & 12 deletions test/cpp/fluid/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,18 +122,7 @@ cc_test(
DEPS lod_tensor device_context generated_static_op)

if(WITH_CINN)
paddle_test(
op_debug_string_test
SRCS
op_debug_string_test.cc
DEPS
executor
fleet_executor
recurrent_op_helper
recurrent_op
elementwise_add_op
${COMMON_OP_DEPS}
python)
paddle_test(op_debug_string_test SRCS op_debug_string_test.cc)
else()
paddle_test(op_debug_string_test SRCS op_debug_string_test.cc)
endif()
Expand Down