diff --git a/utils/appveyor/after_build.bat b/utils/appveyor/after_build.bat
index 8b6f5242b1ae7e7ca0adfaded3bb9ccaa7db5cbc..43612a0b2fdebe6911ed929acd8272c9cdd91f0b 100644
--- a/utils/appveyor/after_build.bat
+++ b/utils/appveyor/after_build.bat
@@ -32,6 +32,7 @@ xcopy /F "%BuildPlugins%\*.dll" "%Destination%\plugins" || goto :error
 
 "%Executable%" --help || goto :error
 "%Executable%" --version || goto :error
+"%Executable%" --info || goto :error
 "%Executable%" tests || goto :error
 
 7z a "%Name%.zip" -r "%Destination%" || goto :error