21c85e79af
git-svn-id: svn://localhost/ardour2/branches/3.0@4496 d708f5d6-7413-0410-9779-e7cbd77b26cf
4 lines
102 B
Bash
Executable File
4 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./build/default/
|
|
./waf && ./build/default/run-tests
|