rust-bitcoin-unsafe-fast/hashes/contrib/test_vars.sh

13 lines
354 B
Bash

#!/usr/bin/env bash
# disable verify unused vars, despite the fact that they are used when sourced
# shellcheck disable=SC2034
# Test all these features with "std" enabled.
FEATURES_WITH_STD="io serde small-hash schemars"
# Test all these features without "std" enabled.
FEATURES_WITHOUT_STD="alloc serde small-hash"
# Run these examples.
EXAMPLES=""