We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd52f3 commit 9fccf46Copy full SHA for 9fccf46
paddle/fluid/inference/tests/book/CMakeLists.txt
@@ -25,8 +25,9 @@ function(inference_test TARGET_NAME)
25
endfunction(inference_test)
26
27
####################
28
-# Inference tests here depend on fluid/tests/book
29
-# User need to run tests in fluid/tests/book first to generate saved model.
+# Inference tests here depend on fluid/tests/book. If users want to run
+# individual test with ctest, they need to run tests in fluid/tests/book
30
+# first to generate saved model.
31
32
# This unittest is buggy!
33
#inference_test(fit_a_line)
0 commit comments