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

11 lines
206 B
Bash
Raw Permalink Normal View History

#!/usr/bin/env bash
# Test all these features with "std" enabled.
FEATURES_WITH_STD=""
# Test all these features without "std" enabled.
FEATURES_WITHOUT_STD=""
# Run and lint these examples.
EXAMPLES=""