run_test.sh 209 B

1234567891011
  1. set -ex
  2. test -f ${PREFIX}/include/reproc++/reproc.hpp
  3. test -f ${PREFIX}/lib/libreproc++${SHLIB_EXT}
  4. test -f ${PREFIX}/lib/cmake/reproc++/reproc++-config.cmake
  5. test ! -f ${PREFIX}/lib/libreproc++.a
  6. exit 0