#!/bin/sh

# Author: Dennis Braun <d_braun@kabelmail.de>

set -e

synthv1_jack -g &
echo 'Simple test success!'

echo 'We kill synthv1_jack because it doesn’t close itself in the testbed'
killall synthv1_jack
