Add test running script in source directory.
git-svn-id: svn://localhost/ardour2/branches/3.0@5946 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
96ca98c586
commit
94e4d93365
11
libs/ardour/run-tests.sh
Executable file
11
libs/ardour/run-tests.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../../build/default/libs/ardour
|
||||
if [ ! -f './bbt_time.cc' ]; then
|
||||
echo "This script must be run from within the libs/ardour directory";
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
srcdir=`pwd`
|
||||
|
||||
cd ../../build/default/libs/ardour
|
||||
./run-tests
|
Loading…
Reference in New Issue
Block a user