libs/evoral/run-tests.sh: adapt to new global waf
[ardour.git] / libs / evoral / run-tests.sh
1 #!/bin/sh
2 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../../build/default/libs/evoral
3 if test -f ./test/testdata/TakeFive.mid
4 then
5     ../../build/default/libs/evoral/run-tests
6 else
7     echo "This script must be run from within the libs/evoral directory"
8 fi