Skip to content

Commit bb36084

Browse files
committed
fix error directory of fluid inference unitest
1 parent ea3be88 commit bb36084

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
@@ -4,7 +4,7 @@ function(inference_test TARGET_NAME)
44
set(multiValueArgs ARGS)
55
cmake_parse_arguments(inference_test "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN})
66

7-
set(PYTHON_TESTS_DIR ${PADDLE_SOURCE_DIR}/python/paddle/v2/fluid/tests)
7+
set(PYTHON_TESTS_DIR ${PADDLE_SOURCE_DIR}/python/paddle/fluid/tests)
88
set(arg_list "")
99
if(inference_test_ARGS)
1010
foreach(arg ${inference_test_ARGS})

0 commit comments

Comments
 (0)