opnsense-src/contrib/libucl/python/test.sh
2015-10-27 21:24:09 +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