This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,20 @@
|
|||
Test when sites name which are ocaml keyword
|
||||
---------------------------------
|
||||
|
||||
$ cat >dune-project <<EOF
|
||||
> (lang dune 2.9)
|
||||
> (using dune_site 0.1)
|
||||
> (package
|
||||
> (name my-package)
|
||||
> (sites (lib include)))
|
||||
> EOF
|
||||
|
||||
$ cat >dune <<EOF
|
||||
> (library (name lib) (libraries dune-site dune-site.plugins))
|
||||
>
|
||||
> (generate_sites_module
|
||||
> (module sites)
|
||||
> (plugins (my-package include)))
|
||||
> EOF
|
||||
|
||||
$ dune build
|
||||
Loading…
Add table
Add a link
Reference in a new issue