2 lines
71 B
Python
Executable file
2 lines
71 B
Python
Executable file
#!/bin/sh
|
|
PYTHONPATH=$PWD:$PYTHONPATH python tests/python/UnitTests.py
|