#!/bin/sh

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

set -e

samplv1_jack -g &
echo 'Simple test success!'

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