

set -ex



test -L $PREFIX/lib/libcudart.so
test -f $PREFIX/lib/pkgconfig/cuda-*.pc
test -f $PREFIX/lib/pkgconfig/cudart-*.pc
exit 0
