run_test.sh 96 B

123456789
  1. set -ex
  2. test -f ${PREFIX}/lib/libgomp.so.1.0.0
  3. test ! -f ${PREFIX}/lib/libgomp.so.1
  4. exit 0