This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
Regression test for installing mli only modules. Previously, the install step
|
||||
would fail because the .cmi wasn't correctly copied to the _build/install dir.
|
||||
|
||||
$ dune build @install
|
||||
$ dune runtest
|
||||
testing
|
||||
$ dune install --prefix ./installed --display short 2>&1 | grep -i cmi
|
||||
Installing installed/lib/foobar/foobar.cmi
|
||||
Installing installed/lib/foobar/impl/foobar.cmi
|
||||
Loading…
Add table
Add a link
Reference in a new issue