master
/ miniconda3 / pkgs / pybind11-abi-4-hd3eb1b0_1 / info / test / run_test.sh

run_test.sh @a663dc1 raw · history · blame

1
2
3
4
5
6
set -ex



if [[ $(grep "#[[:blank:]]*define PYBIND11_INTERNALS_VERSION" include/pybind11/detail/internals.h | rev | cut -d' ' -f1) != "4" ]]; then exit 1; fi
exit 0