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

15 lines
386 B
Bash

# No shebang, this file should not be executed.
# shellcheck disable=SC2148
#
# disable verify unused vars, despite the fact that they are used when sourced
# shellcheck disable=SC2034
# Test these features with "std" enabled.
FEATURES_WITH_STD="ordered serde"
# Test these features without "std" enabled.
FEATURES_WITHOUT_STD="alloc ordered serde"
# Run these examples.
EXAMPLES=""