We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c839d commit 86bf211Copy full SHA for 86bf211
bitreq/contrib/test_vars.sh
@@ -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