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.
2 parents a7f4b74 + 80c3dc2 commit 036d930Copy full SHA for 036d930
test/integration/good/code-gen/dune
@@ -20,6 +20,17 @@
20
(name runtest)
21
(action (diff mir.expected mir.output)))
22
23
+(rule
24
+ (targets transformed_mir.output)
25
+ (deps (package stanc) (:stanfiles mother.stan))
26
+ (action
27
+ (with-stdout-to %{targets}
28
+ (run %{bin:run_bin_on_args} "%{bin:stanc} --debug-transformed-mir" %{stanfiles}))))
29
+
30
+(alias
31
+ (name runtest)
32
+ (action (diff transformed_mir.expected transformed_mir.output)))
33
34
(rule
35
(targets cl.output)
36
(deps (package stanc) (:stanfiles optimize_glm.stan))
0 commit comments