1#!/bin/sh
2set -xe
3python3.4 setup.py build_ext --inplace
4./test_uclmodule.py -v
5rm -rfv build
6rm ucl.so
7