# This test converts the GM_kit_Jazzy.h2song to a wav file and tests if the block size is proper.
# Author: Dennis Braun <d_braun@kabelmail.de>
Test-Command: h2cli -s data/demo_songs/GM_kit_Jazzy.h2song -o $AUTOPKGTEST_TMP/test.wav && if [ $(du -k $AUTOPKGTEST_TMP/test.wav | cut -f1) != "3308" ]; then exit 1; fi
Depends: @
Restrictions: allow-stderr
