This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
(alias
|
||||
(name default)
|
||||
(action (run src/foo.exe)))
|
||||
|
|
@ -0,0 +1 @@
|
|||
(lang dune 1.1)
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
Simple test with a multi dir exe
|
||||
--------------------------------
|
||||
|
||||
$ dune build
|
||||
Hello, world!
|
||||
|
|
@ -0,0 +1 @@
|
|||
let x = "Hello, "
|
||||
|
|
@ -0,0 +1 @@
|
|||
let x = "world!"
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
(executable (name foo))
|
||||
(include_subdirs unqualified)
|
||||
|
|
@ -0,0 +1 @@
|
|||
let () = prerr_endline X.x
|
||||
|
|
@ -0,0 +1 @@
|
|||
let x = Y.x ^ Z.x
|
||||
Loading…
Add table
Add a link
Reference in a new issue