aboutsummaryrefslogtreecommitdiff
path: root/test-suite/coq-makefile/findlib-package-unpacked/findlib/foo/META
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-01-03 16:01:12 +0100
committerGaëtan Gilbert2020-01-03 16:08:21 +0100
commit665ddac62b7f028f582fbf8fca842e920ed2268c (patch)
treeb0fcdfc0a1227dbd047cf6fb2e4fcc3c6842cc54 /test-suite/coq-makefile/findlib-package-unpacked/findlib/foo/META
parent9bd9e70ca1953bd721f88f74e45cd36376eb2e4b (diff)
coq_makefile: test with CAMLPKGS and mllib
Diffstat (limited to 'test-suite/coq-makefile/findlib-package-unpacked/findlib/foo/META')
-rw-r--r--test-suite/coq-makefile/findlib-package-unpacked/findlib/foo/META4
1 files changed, 4 insertions, 0 deletions
diff --git a/test-suite/coq-makefile/findlib-package-unpacked/findlib/foo/META b/test-suite/coq-makefile/findlib-package-unpacked/findlib/foo/META
new file mode 100644
index 0000000000..ff5f1c7c96
--- /dev/null
+++ b/test-suite/coq-makefile/findlib-package-unpacked/findlib/foo/META
@@ -0,0 +1,4 @@
+archive(byte)="foo.cma"
+archive(native)="foo.cmxa"
+linkopts="-linkall"
+requires="str"