Skip to content

Commit 9fccf46

Browse files
committed
reword comments
1 parent cdd52f3 commit 9fccf46

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ function(inference_test TARGET_NAME)
2525
endfunction(inference_test)
2626

2727
####################
28-
# Inference tests here depend on fluid/tests/book
29-
# User need to run tests in fluid/tests/book first to generate saved model.
28+
# Inference tests here depend on fluid/tests/book. If users want to run
29+
# individual test with ctest, they need to run tests in fluid/tests/book
30+
# first to generate saved model.
3031
####################
3132
# This unittest is buggy!
3233
#inference_test(fit_a_line)

0 commit comments

Comments
 (0)