This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
(lang dune 1.11)
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
; This file is generated by duniverse.
|
||||
; Be aware that it is likely to be overwritten by your next duniverse pull invocation.
|
||||
|
||||
(vendored_dirs *)
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
(lang dune 2.7)
|
||||
(name dune)
|
||||
(cram enable)
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
(lang dune 1.11)
|
||||
|
||||
(dialect
|
||||
(name d)
|
||||
(implementation (extension foo))
|
||||
(interface (extension bar)))
|
||||
|
||||
(dialect
|
||||
(name d)
|
||||
(implementation (extension foo2))
|
||||
(interface (extension bar2)))
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
$ dune build --root bad1
|
||||
Entering directory 'bad1'
|
||||
File "dune-project", line 9, characters 1-74:
|
||||
9 | (name d)
|
||||
10 | (implementation (extension foo2))
|
||||
11 | (interface (extension bar2)))
|
||||
Error: dialect "d" is already defined
|
||||
[1]
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
This test should demonstrate that cram tests inside the vendor dir have their
|
||||
directories marked as data only
|
||||
|
||||
$ dune build
|
||||
Loading…
Add table
Add a link
Reference in a new issue