Skip to content

Commit

Permalink
make test_lite_engine_op linked to libpaddle.so (PaddlePaddle#56978)
Browse files Browse the repository at this point in the history
* fix bug

* fix bug
  • Loading branch information
risemeup1 authored and BeingGod committed Sep 9, 2023
1 parent 00a9ffd commit a22c94f
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions test/cpp/fluid/lite/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
cc_test_old(
test_lite_engine_op
SRCS
lite_engine_op_test.cc
DEPS
fleet_executor
lite_engine_op
analysis)
get_property(paddle_lib GLOBAL PROPERTY PADDLE_LIB_NAME)

cc_test_old(test_lite_engine_op SRCS lite_engine_op_test.cc DEPS ${paddle_lib}
python)

0 comments on commit a22c94f

Please sign in to comment.