Skip to content

Commit

Permalink
Add bound for mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
emillon committed Feb 7, 2022
1 parent 58a997c commit f3c649c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ core_bench \
"csexp>=1.3.0" \
js_of_ocaml \
js_of_ocaml-compiler \
mdx \
"mdx>=2.1.0" \
menhir \
"merlin>=3.4.0" \
ocamlfind \
Expand Down
4 changes: 4 additions & 0 deletions test/blackbox-tests/test-cases/mdx-stanza/env-variables.t
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Dune should know about the fact that mdx reads the MDX_RUN_NON_DETERMINISTIC
variable. When using the stanza 0.2, it is the mdx driver that reads that
variable. This is only the case since mdx 2.1.0.

$ cat > dune-project << EOF
> (lang dune 3.0)
> (using mdx 0.2)
Expand Down

0 comments on commit f3c649c

Please sign in to comment.