test-abi.sh 237 B

12345678910
  1. #!/usr/bin/env bash
  2. #
  3. # Easily run the ABI tests for the entire repo or a subset
  4. #
  5. here="$(dirname "$0")"
  6. cargo="$(readlink -f "${here}/../cargo")"
  7. set -x
  8. exec "$cargo" nightly test --features frozen-abi --lib -- test_abi_ --nocapture