run_test.sh 92 B

123456789
  1. set -ex
  2. test -f $PREFIX/lib/pkgconfig/libedit.pc
  3. test -f $PREFIX/lib/libedit.so
  4. exit 0