This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
(executable
|
||||
(name main)
|
||||
(modules main))
|
||||
|
||||
(library
|
||||
(name foo)
|
||||
(preprocess (action (run ./main.exe %{input-file})))
|
||||
(modules foo))
|
||||
|
||||
(include_subdirs unqualified)
|
||||
|
|
@ -0,0 +1 @@
|
|||
(lang dune 1.9)
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
let () =
|
||||
print_endline "print_endline \"foo\""
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
Test for (include_subdir unqualified) with (preprocess (action ...))
|
||||
--------------------------------------------------------------------
|
||||
|
||||
$ dune exec ./main.exe @all
|
||||
print_endline "foo"
|
||||
Loading…
Add table
Add a link
Reference in a new issue