Files
third_party_rust_bindgen/ci/assert-docs.sh
T
Nick Fitzgerald 5df7e40a2f Clean up testing-only cargo features
This commit ensures that all of the cargo features we have that only exist for
CI/testing purposes, and aren't for external consumption, have a "testing_only_"
prefix.
2017-04-06 14:38:05 -07:00

7 lines
116 B
Bash
Executable File

#!/usr/bin/env bash
set -xeu
cd "$(dirname "$0")/.."
cargo build --features "$BINDGEN_FEATURES testing_only_docs"