Skip to content

Commit 5c5211c

Browse files
committed
Node wrapper per engine (rerun tests when the engine changes)
1 parent 41291bc commit 5c5211c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tools/dune

+7
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
%{target}
1313
(run echo "let engine = \"%{env:WASM_ENGINE=node}\""))))
1414

15+
(rule
16+
(target node_wrapper_per_engine.ml)
17+
(action
18+
(with-stdout-to
19+
%{target}
20+
(run echo "let engine = \"%{env:WASM_ENGINE=node}\""))))
21+
1522
(executable
1623
(name ci_setup)
1724
(modules ci_setup)

0 commit comments

Comments
 (0)