master
/ miniconda3 / pkgs / reproc-cpp-14.2.4-h295c915_1 / info / test / run_test.sh

run_test.sh @62ac136 raw · history · blame

1
2
3
4
5
6
7
8
9
set -ex



test -f ${PREFIX}/include/reproc++/reproc.hpp
test -f ${PREFIX}/lib/libreproc++${SHLIB_EXT}
test -f ${PREFIX}/lib/cmake/reproc++/reproc++-config.cmake
test ! -f ${PREFIX}/lib/libreproc++.a
exit 0