mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 19:37:45 +01:00
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
1 changed files with 11 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue