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