

set -ex



conda inspect linkages -p $PREFIX gnutls
test -f ${PREFIX}/lib/libgnutls.so
test -f ${PREFIX}/lib/libgnutlsxx.so
exit 0
