Skip to content

【paddle_test No.12】replace cc_test with paddle_test #61014

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 6 commits into from
Closed
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
7 changes: 2 additions & 5 deletions test/cpp/jit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ if(WITH_TESTING AND NOT WIN32)
COMMAND tar zxf multi_program_load_with_property.tar.gz
WORKING_DIRECTORY "${CC_TESTS_DIR}")
set(JIT_DEPS
phi
common
elementwise_add_op
activation_op
Expand All @@ -18,8 +17,6 @@ if(WITH_TESTING AND NOT WIN32)
transfer_layout_op
fluid_jit
generated_static_op)
cc_test(
layer_test
SRCS layer_test.cc
DEPS ${JIT_DEPS})

paddle_test(layer_test SRCS layer_test.cc ${JIT_DEPS})
endif()