diff --git a/utils/appveyor/after_build.bat b/utils/appveyor/after_build.bat
index fa4966cb24c504379c764ebf4b23f05f4080a493..2efbfe1fd047b8f89d48e1086ef260d1b278c81d 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%" tests || "%Executable%" tests || goto :error
 
 7z a "%Name%.zip" -r "%Destination%" || goto :error