Skip to content

Commit

Permalink
Improve mdx test rule
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanReb committed Nov 29, 2019
1 parent 916e567 commit ead1957
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dune
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
(alias
(name runtest)
(deps
(package routes)
(:x README.md))
(action
(progn
(run ocaml-mdx test --direction=infer-timestamp %{x})
(run ocaml-mdx test %{x})
(diff? %{x} %{x}.corrected))))

0 comments on commit ead1957

Please sign in to comment.