From a78dff4610fd425052cf9fa695bcc040c14347a7 Mon Sep 17 00:00:00 2001
From: Lukas Holecek <hluk@email.cz>
Date: Mon, 13 Feb 2017 09:50:26 +0100
Subject: [PATCH] AppVeyor: Run tests

---
 utils/appveyor/after_build.bat | 1 +
 1 file changed, 1 insertion(+)

diff --git a/utils/appveyor/after_build.bat b/utils/appveyor/after_build.bat
index fa4966cb2..2efbfe1fd 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
 
-- 
GitLab