diff --git a/paddle/scripts/paddle_build.bat b/paddle/scripts/paddle_build.bat index 4c901721fd95e15c2c408663bb6511631442af8b..1a425a881cb63089c5fbe8a01a16c3b0a9c914c8 100644 --- a/paddle/scripts/paddle_build.bat +++ b/paddle/scripts/paddle_build.bat @@ -222,6 +222,7 @@ if %errorlevel% NEQ 0 exit /b 1 call :cmake || goto cmake_error call :build || goto build_error +call :test_inference || goto test_inference_error call :zip_cc_file || goto zip_cc_file_error call :zip_c_file || goto zip_c_file_error goto:success