6 lines
218 B
Python
Executable file
6 lines
218 B
Python
Executable file
#!/bin/sh
|
|
|
|
PYTHONPATH="%builddir%/.libs":$PYTHONPATH \
|
|
LD_LIBRARY_PATH="%builddir%/.libs":$LD_LIBRARY_PATH \
|
|
DYLD_LIBRARY_PATH="%builddir%/.libs":$DYLD_LIBRARY_PATH \
|
|
%python% "%builddir%"/test/python/UnitTests.py
|