freebsd-nq/python/test.sh

7 lines
104 B
Bash
Raw Normal View History

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