diff options
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 0000000000000..53af6a3fd3703 --- /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 |