mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
git-svn-id: svn://localhost/ardour2/branches/3.0@4973 d708f5d6-7413-0410-9779-e7cbd77b26cf
8 lines
254 B
Bash
Executable file
8 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
|