diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-10-27 21:19:11 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-10-27 21:19:11 +0000 |
| commit | 4e2fa78ea36ec2cf6583bc025b4127c5ea238fd2 (patch) | |
| tree | 776471e6ddbb557aac5a48779cb813f63c28b4d5 /python/test.sh | |
| parent | 15b8b407ee0ee485e82a9de35932da2053f2c390 (diff) | |
Diffstat (limited to 'python/test.sh')
| -rwxr-xr-x | python/test.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/test.sh b/python/test.sh new file mode 100755 index 000000000000..53af6a3fd370 --- /dev/null +++ b/python/test.sh @@ -0,0 +1,6 @@ +#!/bin/sh +set -xe +python3.4 setup.py build_ext --inplace +./test_uclmodule.py -v +rm -rfv build +rm ucl.so |
