mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 07:05:43 +01:00
git-svn-id: svn://localhost/ardour2/branches/3.0@4496 d708f5d6-7413-0410-9779-e7cbd77b26cf
3 lines
102 B
Bash
Executable file
3 lines
102 B
Bash
Executable file
#!/bin/sh
|
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./build/default/
|
|
./waf && ./build/default/run-tests
|