diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-01-07 04:33:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-01-07 04:33:27 +0300 |
commit | 29953567853d1288c2e4252d70a57a13aca5c9c5 (patch) | |
tree | cec41feb2b123449642284f6bb8acb5df6a036f6 /nightly/run tests.sh | |
parent | 229b55863347dc346f3ad816e38b84b456ee527c (diff) | |
download | plus-29953567853d1288c2e4252d70a57a13aca5c9c5.tar.gz plus-29953567853d1288c2e4252d70a57a13aca5c9c5.tar.bz2 plus-29953567853d1288c2e4252d70a57a13aca5c9c5.tar.xz plus-29953567853d1288c2e4252d70a57a13aca5c9c5.zip |
Add tests shortcut to linux portable version.
Diffstat (limited to 'nightly/run tests.sh')
-rwxr-xr-x | nightly/run tests.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nightly/run tests.sh b/nightly/run tests.sh new file mode 100755 index 000000000..f72450c58 --- /dev/null +++ b/nightly/run tests.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +DIR=$(dirname "$(readlink -f "$0")") +cd "$DIR" +export LD_LIBRARY_PATH="$DIR"/libs/:$LD_LIBRARY_PATH +./bin/manaplus --tests |