Skip to content

Commit

Permalink
Merge pull request #73 from NathanReb/improve-mdx-rule
Browse files Browse the repository at this point in the history
Improve mdx test rule
  • Loading branch information
anuragsoni authored Nov 29, 2019
2 parents 916e567 + ead1957 commit 238bff0
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 238bff0

Please sign in to comment.