master
/ miniconda3 / pkgs / libsodium-1.0.18-h7b6447c_0 / info / test / run_test.sh

run_test.sh @a8e0244 raw · history · blame

1
2
3
4
5
6
7
8
set -ex



test -f ${PREFIX}/include/sodium.h
test -f ${PREFIX}/lib/libsodium.a
test -f ${PREFIX}/lib/libsodium.so
exit 0