mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
7 lines
104 B
Bash
7 lines
104 B
Bash
|
|
#!/bin/sh
|
||
|
|
set -xe
|
||
|
|
python3.4 setup.py build_ext --inplace
|
||
|
|
./test_uclmodule.py -v
|
||
|
|
rm -rfv build
|
||
|
|
rm ucl.so
|