This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,26 @@
|
|||
(cram
|
||||
(deps helpers.sh))
|
||||
|
||||
(cram
|
||||
; see https://github.com/ocaml/dune/pull/4728
|
||||
(enabled_if
|
||||
(<> "macosx" %{ocaml-config:system}))
|
||||
(applies_to * \ path-pwd))
|
||||
|
||||
(cram
|
||||
; see https://github.com/ocaml/dune/pull/4728
|
||||
(enabled_if
|
||||
(= "macosx" %{ocaml-config:system}))
|
||||
(applies_to path-pwd))
|
||||
|
||||
(cram
|
||||
(applies_to what-dune-watches)
|
||||
(deps %{bin:strace}))
|
||||
|
||||
;; These tests sometimes get stuck and time out:
|
||||
|
||||
(cram
|
||||
(applies_to
|
||||
watching-eager-concurrent-build-command
|
||||
watching-eager-concurrent-exec-command)
|
||||
(enabled_if false))
|
||||
Loading…
Add table
Add a link
Reference in a new issue