master
/ miniconda3 / pkgs / libgcc-ng-11.2.0-h1234567_1 / 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}/lib/libgcc_s.so
test -f ${PREFIX}/lib/libgomp.so.1
test `readlink ${PREFIX}/lib/libgomp.so.1` == "libgomp.so.1.0.0"
exit 0