#/bin/sh

set -ev

dh_autoreconf
dh_auto_configure

# Make sure we run the tests with the installed executable
rm -f yabasic
ln -s /usr/bin/yabasic yabasic

make check-TESTS
