13
0
livetrax/libs/evoral/run-tests.sh
Hans Baier 06a8d164da libs/evoral/run-tests.sh: adapt to new global waf
git-svn-id: svn://localhost/ardour2/branches/3.0@4973 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-04-12 22:29:05 +00:00

9 lines
254 B
Bash
Executable File

#!/bin/sh
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../../build/default/libs/evoral
if test -f ./test/testdata/TakeFive.mid
then
../../build/default/libs/evoral/run-tests
else
echo "This script must be run from within the libs/evoral directory"
fi