Skip to content

Commit 080e442

Browse files
committed
Update
1 parent 0564e74 commit 080e442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/inference/tests/book/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function(inference_test TARGET_NAME)
1717
string(REGEX REPLACE "^_$" "" arg "${arg}")
1818
cc_test(test_inference_${TARGET_NAME}${arg}
1919
SRCS test_inference_${TARGET_NAME}.cc
20-
DEPS paddle_fluid
20+
DEPS ${ARCHIVE_BEGIN} paddle_fluid ${ARCHIVE_END}
2121
ARGS --dirname=${PYTHON_TESTS_DIR}/book/${TARGET_NAME}${arg}.inference.model)
2222
set_tests_properties(test_inference_${TARGET_NAME}${arg}
2323
PROPERTIES DEPENDS test_${TARGET_NAME})

0 commit comments

Comments
 (0)