]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/libucl/python/test.sh
Update libucl to latest git snapshot (20151027)
[FreeBSD/FreeBSD.git] / contrib / libucl / python / test.sh
1 #!/bin/sh
2 set -xe
3 python3.4 setup.py build_ext --inplace
4 ./test_uclmodule.py -v
5 rm -rfv build
6 rm ucl.so