aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-cffi/test.sh
blob: 48ea3adb7e4f02d0760c309d7ea13b7ea5db3bbe (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

[ "$1" = python3-cffi ] || exit 0

python3 - << EOF
from cffi import FFI
ffibuilder = FFI()
EOF