run_test.sh 207 B

123456789101112
  1. set -ex
  2. test -d ${PREFIX}/include/fmt
  3. test -f ${PREFIX}/include/fmt/core.h
  4. test -f ${PREFIX}/include/fmt/format.h
  5. test -f ${PREFIX}/lib/cmake/fmt/fmt-config.cmake
  6. test -f ${PREFIX}/lib/libfmt.so
  7. exit 0