diff options
| author | Enrico Tassi | 2017-08-09 14:01:22 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2017-08-29 14:25:51 +0200 |
| commit | 10a3ad4074fbc85ca146d44449c1fe433515e3db (patch) | |
| tree | f153facf01a42dc0df3e8f33090a33fa84e1d0ff /test-suite/coq-makefile/findlib-package/findlib/foo/META | |
| parent | 2f6eda3e8d255f3617ee2bfc6e343151a0445e3b (diff) | |
coq_makefile: test using findlib's package
Diffstat (limited to 'test-suite/coq-makefile/findlib-package/findlib/foo/META')
| -rw-r--r-- | test-suite/coq-makefile/findlib-package/findlib/foo/META | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test-suite/coq-makefile/findlib-package/findlib/foo/META b/test-suite/coq-makefile/findlib-package/findlib/foo/META new file mode 100644 index 0000000000..ff5f1c7c96 --- /dev/null +++ b/test-suite/coq-makefile/findlib-package/findlib/foo/META @@ -0,0 +1,4 @@ +archive(byte)="foo.cma" +archive(native)="foo.cmxa" +linkopts="-linkall" +requires="str" |
