repo.or.cz
/
ardour2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add test running script in source directory.
[ardour2.git]
/
libs
/
ardour
/
run-tests.sh
blob
85ddfeaf812aa0646c8026e774bb79eb6b241f28
1
#!/bin/sh
2
export
LD_LIBRARY_PATH
=
$LD_LIBRARY_PATH
:
..
/
..
/
build
/
default
/
libs
/
ardour
3
if
[ !
-f
'./bbt_time.cc'
];
then
4
echo
"This script must be run from within the libs/ardour directory"
;
5
exit
1
;
6
fi
7
8
srcdir
=
`pwd`
9
10
cd
..
/
..
/
build
/
default
/
libs
/
ardour
11
.
/
run-tests