mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
initial commit of hand merging, plus getting "ancient" waf script to work correctly
This commit is contained in:
parent
1d8bac08c0
commit
aaea166135
244 changed files with 131902 additions and 7357 deletions
22
libs/canvas/run-manual-test.sh
Normal file
22
libs/canvas/run-manual-test.sh
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
|
||||
if [ ! -f './canvas.cc' ]; then
|
||||
echo "This script must be run from within the libs/canvas directory";
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
srcdir=`pwd`
|
||||
cd ../../build/default
|
||||
|
||||
libs='libs'
|
||||
|
||||
export LD_LIBRARY_PATH=$libs/audiographer:$libs/vamp-sdk:$libs/surfaces:$libs/surfaces/control_protocol:$libs/ardour:$libs/midi++2:$libs/pbd:$libs/rubberband:$libs/soundtouch:$libs/gtkmm2ext:$libs/appleutility:$libs/taglib:$libs/evoral:$libs/evoral/src/libsmf:$libs/timecode:$libs/canvas:$LD_LIBRARY_PATH
|
||||
|
||||
if [ "$1" == "--debug" ]; then
|
||||
gdb ./libs/canvas/test/$2
|
||||
else
|
||||
./libs/canvas/test/$1
|
||||
fi
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue