summaryrefslogtreecommitdiffstats
path: root/src/python/test-env.sh
blob: fc3f6cbf9f49d43e4d2d20e1ea738813cce55ea6 (plain)
1
2
3
4
5
6
7
8
9
PYTHONPATH=.libs:$PYTHONPATH

# Ensure that the libixion shared library built as part of the current build
# is discovered first.
LD_LIBRARY_PATH=../libixion/.libs:$LD_LIBRARY_PATH

export PYTHONPATH LD_LIBRARY_PATH