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