Skip to content

Commit 86bf211

Browse files
committed
Add testvars.sh to bitreq
1 parent 44c839d commit 86bf211

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

bitreq/contrib/test_vars.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# No shebang, this file should not be executed.
2+
# shellcheck disable=SC2148
3+
#
4+
# disable verify unused vars, despite the fact that they are used when sourced
5+
# shellcheck disable=SC2034
6+
7+
# Test all these features with "std" enabled.
8+
FEATURES_WITH_STD="log https https-rustls proxy async async-https"
9+
10+
# Test all these features without "std" enabled.
11+
FEATURES_WITHOUT_STD="log https https-rustls proxy"
12+
13+
# Run these examples.
14+
EXAMPLES=""

0 commit comments

Comments
 (0)