mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-05 19:00:31 -05:00
add a comment about contributing (close #106); update makefile
This commit is contained in:
parent
57d460ecde
commit
77ed135493
2 changed files with 4 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -128,7 +128,7 @@ update_next_tag:
|
|||
|
||||
devel:
|
||||
./configure --enable-bench --enable-tests --enable-unix \
|
||||
--enable-bigarray --enable-thread --enable-advanced
|
||||
--enable-thread
|
||||
make all
|
||||
|
||||
watch:
|
||||
|
|
|
|||
|
|
@ -143,6 +143,9 @@ A few guidelines:
|
|||
- add `@since` tags for new functions;
|
||||
- add tests if possible (using `qtest`).
|
||||
|
||||
It is helpful to run `make devel` to enable everything. Some dependencies
|
||||
are required, you'll need `opam install benchmark qcheck qtest sequence`.
|
||||
|
||||
Powered by image:http://oasis.forge.ocamlcore.org/oasis-badge.png[alt="OASIS", style="border: none;", link="http://oasis.forge.ocamlcore.org/"]
|
||||
|
||||
[[tutorial]]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue