master
/ miniconda3 / pkgs / fmt-9.1.0-hdb19cb5_0 / info / test / run_test.sh

run_test.sh @a8e0244 raw · history · blame

set -ex



test -d ${PREFIX}/include/fmt
test -f ${PREFIX}/include/fmt/core.h
test -f ${PREFIX}/include/fmt/format.h
test -f ${PREFIX}/lib/cmake/fmt/fmt-config.cmake
test -f ${PREFIX}/lib/libfmt.so
exit 0