clang-sys 0.8.1

Rust bindings for libclang.
set -e

RUST_BACKTRACE=1 cargo test --verbose --features $CLANG_VERSION -- --nocapture

if [ "${CLANG_VERSION}" \< "clang_3_7" ]; then
    cargo clean
    RUST_BACKTRACE=1 cargo test --verbose --features "$CLANG_VERSION static" -- --nocapture
fi