Skip to content

Commit

Permalink
【CMake opt No.4】rm some DEPS of test/cpp/fluid/CMakeLists.txt (#60160)
Browse files Browse the repository at this point in the history
* rm paddle_test DEPS

* fix codestyle
  • Loading branch information
DrRyanHuang authored Dec 20, 2023
1 parent e4d91d0 commit 5a10fff
Showing 1 changed file with 1 addition and 12 deletions.
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

0 comments on commit 5a10fff

Please sign in to comment.