summaryrefslogtreecommitdiff
path: root/python/test.sh
blob: 53af6a3fd3703d247e91d5cac981e18a2d4d97ba (plain)
1
2
3
4
5
6
#!/bin/sh
set -xe
python3.4 setup.py build_ext --inplace
./test_uclmodule.py -v
rm -rfv build
rm ucl.so