Test install_c_headers stanza

This commit is contained in:
Rudi Grinberg 2017-12-23 11:24:43 +08:00
parent 5e890ccd67
commit 7d8ca23b62
3 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
(library
((name foo)
(modules (foo))
(install_c_headers (cfoo))
(wrapped false)
(public_name foo)))

View File

@ -23,6 +23,7 @@
"_build/install/default/lib/foo/foo.cmxa"
"_build/install/default/lib/foo/foo.a"
"_build/install/default/lib/foo/foo.cmxs"
"_build/install/default/lib/foo/cfoo.h"
"_build/install/default/lib/foo/byte/foo_byte.cmi" {"byte/foo_byte.cmi"}
"_build/install/default/lib/foo/byte/foo_byte.cmt" {"byte/foo_byte.cmt"}
"_build/install/default/lib/foo/byte/foo_byte.ml" {"byte/foo_byte.ml"}