opnsense-src/python/test.sh
2015-10-27 21:19:11 +00:00

6 lines
104 B
Bash
Executable file

#!/bin/sh
set -xe
python3.4 setup.py build_ext --inplace
./test_uclmodule.py -v
rm -rfv build
rm ucl.so