06a8d164da
git-svn-id: svn://localhost/ardour2/branches/3.0@4973 d708f5d6-7413-0410-9779-e7cbd77b26cf
9 lines
254 B
Bash
Executable File
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
|