source:
interfaces/python/build_linux
@
be65de4
Last change on this file since be65de4 was f41957d, checked in by , 12 years ago | |
---|---|
|
|
File size: 169 bytes |
Rev | Line | |
---|---|---|
[0ed517b] | 1 | #! /bin/sh |
2 | ||
[f41957d] | 3 | set -e |
4 | set -x | |
5 | ||
[0ed517b] | 6 | python setup.py clean build |
[f41957d] | 7 | export PYTHONPATH=./build/lib.linux-x86_64-2.7/ |
[0ed517b] | 8 | export LD_LIBRARY_PATH=../../build/src/ |
9 | ./run_all_tests --verbose |
Note: See TracBrowser
for help on using the repository browser.