4 lines
108 B
Python
Executable file
4 lines
108 B
Python
Executable file
#!/bin/sh
|
|
|
|
PYTHONPATH="%builddir%":"%srcdir%":$PYTHONPATH \
|
|
python "%srcdir%"/tests/python/UnitTests.py
|