Download
Tutorials
Bugtracker
Development
The Birdfont Source Code
All Repositories
/
birdfont.git
/ blob –
RSS feed
birdfont-test.sh
This file is a part of the Birdfont project.
Contributing
Send patches or pull requests to johan.mattsson.m@gmail.com.
Clone this repository: git clone https://github.com/johanmattssonm/birdfont.git
Revisions
View the latest version of
birdfont-test.sh
.
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
Download
birdfont-test.sh (plain)
|
HEAD
News for 2.13
[birdfont.git]
/
birdfont-test.sh
1
#!/bin/sh
2
export LD_LIBRARY_PATH="./build/:./build/bin:$LD_LIBRARY_PATH"
3
PKG_PATH=$(dirname "$(readlink -f "$0")")
4
cd "${PKG_PATH}"
5
./build/bin/birdfont-test "$@"
6