mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
commit
bf2dc512fd
4 changed files with 11 additions and 10 deletions
|
|
@ -10,7 +10,7 @@ build: [
|
|||
["dune" "runtest" "-p" name "-j" jobs] {with-test}
|
||||
]
|
||||
depends: [
|
||||
"dune" { >= "1.1" }
|
||||
"dune" { >= "1.11" }
|
||||
"dune-configurator"
|
||||
"result"
|
||||
"uchar"
|
||||
|
|
@ -21,6 +21,7 @@ depends: [
|
|||
"iter" { with-test }
|
||||
"gen" { with-test }
|
||||
"uutf" { with-test }
|
||||
"mdx" { with-test & >= "1.5.0" & < "2.0.0" }
|
||||
"odoc" { with-doc }
|
||||
"ocaml" { >= "4.02.0" }
|
||||
]
|
||||
|
|
|
|||
14
dune
14
dune
|
|
@ -1,8 +1,8 @@
|
|||
(rule
|
||||
(targets README.md.corrected)
|
||||
(deps (package containers))
|
||||
(action (run ocaml-mdx test %{dep:README.md} -o %{targets})))
|
||||
|
||||
;(alias
|
||||
; (name runtest)
|
||||
; (deps README.md)
|
||||
; (action (progn
|
||||
; (run mdx test %{deps})
|
||||
; (diff? %{deps} %{deps}.corrected))))
|
||||
|
||||
(alias
|
||||
(name runtest)
|
||||
(action (diff README.md README.md.corrected)))
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
(lang dune 1.0)
|
||||
(lang dune 1.1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue