From e3ec7e8c86813d97507dc74ca58d8662fac0ccca Mon Sep 17 00:00:00 2001
From: derselbst <tom.mbrt@googlemail.com>
Date: Thu, 8 Aug 2019 20:28:33 +0200
Subject: [PATCH] Execute unit tests on MacOS

---
 .azure-pipelines.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index b2d8298c..b28c8ac8 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -18,6 +18,10 @@ jobs:
         cmake -DCMAKE_INSTALL_PREFIX=$(Build.ArtifactStagingDirectory) -DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAKEFILE=1 -DNO_GUI=1 ..
         make
       displayName: 'Compile fluidsynth'
+    - script: |
+        cd build || exit -1
+        make check || exit -1
+      displayName: 'Execute Unittests'
 
 - job: Windows
   strategy: