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 8dcd5e5 commit c5fbe11Copy full SHA for c5fbe11
doc/reference/dune/cram.rst
@@ -118,3 +118,14 @@ Cram
118
inserted. The default behavior is to ``ignore`` them. Setting ``error``
119
will make the test runner reject such conflicts and refuse to run the
120
test.
121
+
122
+ .. describe:: (setup_scripts <files-list>)
123
124
+ .. versionadded:: 3.21
125
126
+ Determines the list of shell files that will be sourced before the
127
+ execution of every cram test this stanza is applied to. A single script
128
+ will not be sourced more than once, no matter how many times it is listed
129
+ in this field. The order of evaluation for these scripts is deterministic
130
+ but is left undefined, so it is not recommended that these scripts have
131
+ side effects.
0 commit comments